Progress on Implementing Dungeon Packs #69

Merged
SenseiKiwi merged 5 commits from DungeonPacks into master 2013-08-21 01:21:00 +00:00
Showing only changes of commit 4d1503db3f - Show all commits

View File

@@ -378,8 +378,7 @@ public class DungeonPackConfigReader extends BaseConfigurationProcessor<DungeonP
}
@Override
public void writeToStream(OutputStream outputStream, DungeonPackConfig data)
throws ConfigurationProcessingException
public void writeToStream(OutputStream outputStream, DungeonPackConfig data) throws ConfigurationProcessingException
{
throw new UnsupportedOperationException("DungeonPackConfigReader does not support writing.");
}