Skip to content

Commit e772328

Browse files
ChsudeeptaChsudeepta
authored andcommitted
Fixed some checkstyle issues
1 parent 8127a61 commit e772328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/uk.ac.stfc.isis.ibex.ui.configserver/src/uk/ac/stfc/isis/ibex/ui/configserver/editing/blocks/BlockAlarmConfigViewModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public String getLowLimit() {
214214
* Sets the low limit.
215215
* @param lowLimit
216216
*/
217-
public void setLowLimit(String lowLimit) {;
217+
public void setLowLimit(String lowLimit) {
218218
firePropertyChange("lowLimit", this.lowLimit, this.lowLimit = lowLimit);
219219
}
220220

@@ -230,7 +230,7 @@ public String getHighLimit() {
230230
* Sets the High limit.
231231
* @param highLimit
232232
*/
233-
public void setHighLimit(String highLimit) {;
233+
public void setHighLimit(String highLimit) {
234234
firePropertyChange("highLimit", this.highLimit, this.highLimit = highLimit);
235235
}
236236

0 commit comments

Comments
 (0)