essential-actions

Clone or download

Twitch - set-color - adjust to use new action api

Modified Files

--- 'a/twitch/set-color/src/main/java/setcolor/SetColorAction.java'
+++ b/twitch/set-color/src/main/java/setcolor/SetColorAction.java
@@ -29,7 +29,7 @@ public class SetColorAction extends Norm
}
@Override
- public void initAction() throws Exception
+ public void initAction() throws MinorException
{
Property channelName = new Property(channelNameKey, Type.STRING);
channelName.setDisplayName("Channel Name");