Skip to content

Commit 75b1132

Browse files
author
James Lee
committed
Revert "fix checkstyle warnings"
This reverts commit da06cce.
1 parent e1a0528 commit 75b1132

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Diff for: server/src/main/java/com/example/Greeter.java

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ public Greeter() {
1212

1313
}
1414

15-
/**
16-
* @param someone the name of a person
17-
* @return greeting string
18-
*/
19-
public final String greet(final String someone) {
15+
//TODO: Add javadoc comment
16+
public String greet(String someone) {
2017
return String.format("Hello, %s!", someone);
2118
}
2219
}

Diff for: server/src/main/java/com/example/package-info.java

-4
This file was deleted.

0 commit comments

Comments
 (0)