We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ce22c commit 600ece6Copy full SHA for 600ece6
1 file changed
.github/CONTRIBUTING.md
@@ -200,6 +200,7 @@ public String getFooBar(String bar){
200
}
201
```
202
203
+----
204
### Code Styling
205
The Code follows a basic styling Guide that you need to follow when making a Pull request.
206
@@ -289,7 +290,7 @@ public void doSomething(@Nonnull String text){
289
290
291
292
// Right
-public void doSomething(@Nullable String text){
293
+public void doSomething(@Nonnull String text){
294
CheckUtil.notEmpty(text, "Text");
295
296
System.out.println("Provided Text: " + text);
0 commit comments