Skip to content

Instantly share code, notes, and snippets.

@mrrodriguez
Created March 5, 2014 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrrodriguez/9376613 to your computer and use it in GitHub Desktop.
Save mrrodriguez/9376613 to your computer and use it in GitHub Desktop.
package example.drools;
public class Utils {
public static Boolean useless(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless1(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless2(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless3(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless4(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless5(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless6(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless7(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless8(final Object... os) {
System.out.println("here");
return true;
}
public static Boolean useless9(final Object... os) {
System.out.println("here");
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment