Progress on Implementing Dungeon Packs #69
@@ -378,8 +378,7 @@ public class DungeonPackConfigReader extends BaseConfigurationProcessor<DungeonP
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void writeToStream(OutputStream outputStream, DungeonPackConfig data)
|
public void writeToStream(OutputStream outputStream, DungeonPackConfig data) throws ConfigurationProcessingException
|
||||||
throws ConfigurationProcessingException
|
|
||||||
{
|
{
|
||||||
throw new UnsupportedOperationException("DungeonPackConfigReader does not support writing.");
|
throw new UnsupportedOperationException("DungeonPackConfigReader does not support writing.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user