blob: 06b1354a5b554050cdf7cac06c9745e142bdd39c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2012 Ericsson AB and others.
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
******************************************************************************/
//This is a test file used by the R4E UI Test framework
public class extNewCommitFile {
private String someString;
public extNewCommitFile {
}
public int getSomeString() {
return someString
}
public setSomeString(int someString) {
this.someString = someString;
}
}