FileDocCategorySizeDatePackage
GetMethod.javaAPI DocExample1038Sat Nov 25 12:55:24 GMT 2000None

X

public class X extends Object
This class is just here to give us something to work on, with a println() call that will prove we got here.

Fields Summary
Constructors Summary
Methods Summary
public voidwork(java.lang.String s)

		System.out.println("Working on \"" + s + "\"");