1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 16:00:51 -07:00

Added some class documentation

This commit is contained in:
stleary 2015-08-09 18:24:47 -05:00
parent 1081ae092b
commit ccbec8127c
4 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,8 @@
package org.json.junit;
/**
* An enum with no methods or data
*/
public enum MyEnum {
VAL1,
VAL2,