7 lines
172 B
Java
7 lines
172 B
Java
package be.jeffcheasey88.peeratcode.parser.java.operation;
|
|
|
|
import be.jeffcheasey88.peeratcode.parser.java.Operation;
|
|
|
|
public class ContinueOperation extends Operation{
|
|
|
|
}
|