- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** * Main method for running this filter. * * @param args should contain arguments to the filter: use -h for help */ public static void main(String [] args) { runFilter(new Center(), args); } }
/** * Main method for running this filter. * * @param args should contain arguments to the filter: use -h for help */ public static void main(String [] args) { runFilter(new Center(), args); } }