mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 18:55:30 +08:00
Added some class documentation
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package org.json.junit;
|
||||
|
||||
/**
|
||||
* An enum with no methods or data
|
||||
*/
|
||||
public enum MyEnum {
|
||||
VAL1,
|
||||
VAL2,
|
||||
|
Reference in New Issue
Block a user