blob: 774510fc1a63690c9c25a29fdedf000054792f40 [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;}
}