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
|
@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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue