blob: 190c513a56280518acd33bb9fc7c50fbd1782b4c [file] [log] [blame]
public class Test {
private boolean utm;
public void setUtm(boolean utm) {
this.utm = utm;
}
}