3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-08 04:20:06 +01:00

Fix checkstyle error due to recent cleanup.

Dieser Commit ist enthalten in:
sk89q 2014-07-27 20:45:57 -07:00
Ursprung aaeaf19fc8
Commit 98e55bede0

Datei anzeigen

@ -31,8 +31,8 @@ import com.sk89q.worldedit.regions.Region;
* 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;