mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-12-15 23:51:06 +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