Minor Change
Minor change - fixing spacing that was messed up by Eclipse.
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user