Skip to content

Commit

Permalink
Revert "fix checkstyle warnings"
Browse files Browse the repository at this point in the history
This reverts commit da06cce.
  • Loading branch information
James Lee committed Oct 10, 2016
1 parent e1a0528 commit 75b1132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 2 additions & 5 deletions server/src/main/java/com/example/Greeter.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ public Greeter() {

}

/**
* @param someone the name of a person
* @return greeting string
*/
public final String greet(final String someone) {
//TODO: Add javadoc comment
public String greet(String someone) {
return String.format("Hello, %s!", someone);
}
}
4 changes: 0 additions & 4 deletions server/src/main/java/com/example/package-info.java

This file was deleted.

0 comments on commit 75b1132

Please sign in to comment.