* Minor formatting fix.
This commit is contained in:
parent
03f6060525
commit
931117a6b6
1 changed files with 2 additions and 2 deletions
|
@ -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")) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue