= Updated Styleguide and comments

This commit is contained in:
Matthew Cech
2019-04-12 22:22:07 -07:00
parent e1c9c80dd7
commit e70bd5d8d2
2 changed files with 17 additions and 3 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
package core;
import java.util.ArrayList;
import dataStructures.KittyChannel;
import dataStructures.KittyGuild;
import dataStructures.KittyRating;
@@ -42,7 +41,7 @@ public abstract class Command
return false;
}
//TODO(wisp, rin): ADD CHANNEL CHECK HERE
//TODO: ADD CHANNEL CHECK HERE
if(user.GetRole().getValue() >= roleLevel.getValue())
{