Polish
This commit is contained in:
@@ -83,8 +83,8 @@ public class JerseyAutoConfiguration implements WebApplicationInitializer {
|
||||
this.path = parseApplicationPath(this.jersey.getApplicationPath());
|
||||
}
|
||||
else {
|
||||
this.path = findApplicationPath(AnnotationUtils.findAnnotation(this.config.getClass(),
|
||||
ApplicationPath.class));
|
||||
this.path = findApplicationPath(AnnotationUtils
|
||||
.findAnnotation(this.config.getClass(), ApplicationPath.class));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@ public class JerseyProperties {
|
||||
private Filter filter = new Filter();
|
||||
|
||||
/**
|
||||
* Path that serves as the base URI for the application. Overrides
|
||||
* the value of "@ApplicationPath" if specified.
|
||||
* Path that serves as the base URI for the application. Overrides the value of
|
||||
* "@ApplicationPath" if specified.
|
||||
*/
|
||||
private String applicationPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user