Minor Change
Minor change - fixing spacing that was messed up by Eclipse.
This commit is contained in:
parent
acab06115a
commit
4d1503db3f
1 changed files with 3 additions and 4 deletions
|
@ -378,9 +378,8 @@ 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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue