Adding some comments

This commit is contained in:
Shaun Bennett 2015-08-13 04:05:28 -05:00
parent 4d6e827739
commit 94c00cdb72
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ public class PlayerStatus implements Data
/** /**
* Unique identifying String ID associated with this {@link PlayerStatus}. * Unique identifying String ID associated with this {@link PlayerStatus}.
*
* Use the lowercase name so we can have case-insensitive lookup
*/ */
public String getDataId() public String getDataId()
{ {