$
This commit is contained in:
14
src/fr/sae/JSonInspector/Storage/Other.java
Normal file
14
src/fr/sae/JSonInspector/Storage/Other.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package fr.sae.JSonInspector.Storage;
|
||||
|
||||
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