We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2487a3a commit 2b86a42Copy full SHA for 2b86a42
src/main/java/de/nerden/samples/graal/Test.java
@@ -2,8 +2,7 @@
2
3
public class Test {
4
5
- private String someValue
6
- ;
+ private String someValue;
7
8
public String getSomeValue() {
9
return someValue;
0 commit comments