FileDocCategorySizeDatePackage
GetMethod.javaAPI DocExample1046Sun Feb 08 21:33:52 GMT 2004None

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 + "\"");