blob: 9849703c6904df33b82010eecfc3f3f546e6831b [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
package org.eclipse.mylyn.reviews.r4e.ui;
public class extModNoCommitFile {
private int someByteMod;
public extModNoCommitFile {
}
public setSomeByte(int someByte) {
this.someByteMod = someByte;
}
public addSomeByte() {
this.someByteMod += this.someByteMod;
}
}