blob: 55bcb120e51db765bfde7562ea85d2a0597fc73f [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 someStringMod;
public extNewCommitFile {
}
public int getSomeString() {
return someStringMod
}
public addSomeString(int someString) {
this.someStringMod = someString;
}
}