mirror of
https://github.com/stleary/JSON-java.git
synced 2026-03-17 00:03:39 -04:00
Add comment for empty test constructor
This commit is contained in:
@@ -4,5 +4,7 @@ public class CustomClassJ {
|
|||||||
public static String classState = "original";
|
public static String classState = "original";
|
||||||
public int number;
|
public int number;
|
||||||
|
|
||||||
public CustomClassJ() {}
|
public CustomClassJ() {
|
||||||
|
// Required for JSONObject#fromJson(Class<T>) tests.
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user