9 lines
198 B
Java
9 lines
198 B
Java
package be.jeffcheasey88.peeratcode.parser.java.operation;
|
|
|
|
import be.jeffcheasey88.peeratcode.parser.java.Operation;
|
|
|
|
public class BreakOperation extends Operation{
|
|
|
|
public BreakOperation(){}
|
|
|
|
}
|