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

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

}