blob: 1929632fbd1511689ea1e252e0cfb39b35391b34 [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 extRemCommitFile {
private char someChar;
public extRemCommitFile {
}
public int getSomeChar() {
return someChar
}
public setSomeChar(int someChar) {
this.someChar = someChar;
}
}