mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Fix checkstyle error due to recent cleanup.
This commit is contained in:
parent
aaeaf19fc8
commit
98e55bede0
@ -31,8 +31,8 @@
|
||||
* Generates solid and hollow shapes according to materials returned by the
|
||||
* {@link #getMaterial} method.
|
||||
*/
|
||||
public abstract class ArbitraryShape
|
||||
{
|
||||
public abstract class ArbitraryShape {
|
||||
|
||||
protected final Region extent;
|
||||
private int cacheOffsetX;
|
||||
private int cacheOffsetY;
|
||||
|
Loading…
Reference in New Issue
Block a user