Cleanup
This commit is contained in:
@@ -14,7 +14,7 @@ public class BlockBars{
|
||||
|
||||
public void remove(String name){
|
||||
if(!bars.containsKey(name))
|
||||
throw new RuntimeException("No bar with name '" + name + "' found; current bars: " + bars.keys().toArray());
|
||||
throw new RuntimeException("No bar with name '" + name + "' found; current bars: " + bars.keys().toSeq());
|
||||
bars.remove(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user