Skip to content

Commit 34faede

Browse files
committed
Cleanup JavaDoc for application.
1 parent 024319a commit 34faede

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

server/src/main/java/com/adobe/testing/s3mock/S3MockApplication.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
import org.springframework.web.bind.annotation.RestController;
3636
import org.springframework.web.bind.annotation.RestControllerAdvice;
3737

38-
/**
39-
* File Store Application that mocks Amazon S3.
40-
*/
4138
@SpringBootApplication
4239
@ComponentScan(excludeFilters = {
4340
/*
@@ -62,10 +59,9 @@ public class S3MockApplication {
6259
public static final String DEFAULT_SERVER_SSL_KEY_PASSWORD = "password";
6360

6461
/**
65-
* Property name for passing a comma separated list of buckets that are to be created at startup.
62+
* Property name for passing a comma-separated list of buckets that are to be created at startup.
6663
*/
67-
public static final String PROP_INITIAL_BUCKETS =
68-
"com.adobe.testing.s3mock.domain.initialBuckets";
64+
public static final String PROP_INITIAL_BUCKETS = "com.adobe.testing.s3mock.domain.initialBuckets";
6965
private static final String LEGACY_PROP_INITIAL_BUCKETS = "initialBuckets";
7066

7167
/**

0 commit comments

Comments
 (0)