$
This commit is contained in:
16
src/Other.java
Normal file
16
src/Other.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package JsonInspector;
|
||||
|
||||
public class Other {
|
||||
String value;
|
||||
|
||||
|
||||
public Other(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return value;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user