Skip to content

Commit

Permalink
eclipse#240 - further update based on feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <[email protected]>
  • Loading branch information
Emily-Jiang committed May 26, 2020
1 parent 3ed4e14 commit e95eac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* public int port; //maps to the property name server.port
* private String context; //maps to the property name server.context
* public &#064;ConfigProperty(name="oldServer.location")
* String getLocation; //maps to the property name oldServer.location
* String location; //maps to the property name oldServer.location
* public String getContext() {
* return context;
* }
Expand Down

0 comments on commit e95eac8

Please sign in to comment.