You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

JIRA63Helper.java 142B

1234567
  1. package test3;
  2. public class JIRA63Helper {
  3. public static JIRA63Helper getAnObject(Object o) {
  4. return new JIRA63Helper();
  5. }
  6. }