File: Test2.java

package info (click to toggle)
python-jpype 0.5.4.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,200 kB
  • ctags: 1,827
  • sloc: cpp: 11,011; xml: 1,998; python: 1,677; java: 447; makefile: 4; sh: 3
file content (13 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
package jpype.array;

public class Test2 {
  public Object[] getValue() 
  {
    return new Object[0];
  }

  public Object test(Object o) 
  {
    return null;
  }
}