summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/funcutils/StatementUtils.java
blob: 57895f93696ae71f6a526487e6d06164bd1e7ccb (plain)
1
2
3
4
5
6
7
8
9
10
package bjc.utils.funcutils;

/**
 * Contains methods that produce effects mimicking statements
 * @author ben
 *
 */
public class StatementUtils {
	
}