blob: 654839baa3516539b1af191260ca095232c84406 [file] [log] [blame]
public class AlwaysMoreIndentation {
int x = 0;/**
* Returns the x.
* @return int
*/
public int getX() {return x;
}/**
* Sets the x.
* @param x The x to set
*/
public void setX(int x) {this.x = x;}
}