* Minor formatting fix.

This commit is contained in:
hns 2008-04-02 13:45:27 +00:00
parent 03f6060525
commit 931117a6b6

View file

@ -75,9 +75,9 @@ public final class StandaloneServletClient extends AbstractServletClient {
for (int i = 0; true; i++) { for (int i = 0; true; i++) {
String repositoryArgs = init.getInitParameter("repository." + i); String repositoryArgs = init.getInitParameter("repository." + i);
if (repositoryArgs != null) { if (repositoryArgs != null) {
// lookup repository implementation // lookup repository implementation
String repositoryImpl = init.getInitParameter("repository." + i + String repositoryImpl = init.getInitParameter("repository." + i +
".implementation"); ".implementation");
if (repositoryImpl == null) { if (repositoryImpl == null) {
// implementation not set manually, have to guess it // implementation not set manually, have to guess it
if (repositoryArgs.endsWith(".zip")) { if (repositoryArgs.endsWith(".zip")) {