mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Deprecated public constructors instead of making it private.
This commit is contained in:
@@ -17,7 +17,8 @@ public class JSONML {
|
||||
/**
|
||||
* Constructs a new JSONML object.
|
||||
*/
|
||||
private JSONML() {
|
||||
@Deprecated
|
||||
public JSONML() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user