mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-25 00:00:38 -05: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