File: AddClass.java

package info (click to toggle)
bsh 2.0b4-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,072 kB
  • ctags: 3,680
  • sloc: java: 23,424; xml: 4,484; sh: 134; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
/**
	@author Pat Niemeyer
*/
public class AddClass
{
	public int getFive() { return 5; }
}