Applied Eclipse formatting.
This commit is contained in:
parent
4f138a56da
commit
3940b91d0e
25 changed files with 1763 additions and 1708 deletions
|
|
@ -1,9 +1,10 @@
|
|||
package org.dynmap;
|
||||
|
||||
public class DynmapChunk {
|
||||
public int x,y;
|
||||
public DynmapChunk(int x, int y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
public int x, y;
|
||||
|
||||
public DynmapChunk(int x, int y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue