fix bug
This commit is contained in:
parent
32207691a1
commit
9046065526
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ package com.example.shadowing;
|
|||
|
||||
public class Main {
|
||||
private static String value = "dummy";
|
||||
public static void dummy() {
|
||||
public static String dummy() {
|
||||
return Main.value;
|
||||
}
|
||||
public static String getValue() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue