01: package method; 02: 03: /** 04: * Description of the Class 05: * 06: *@author Chris Seguin 07: */ 08: public class MoveMethodDest2 { 09: 10: /** 11: * Description of the Method 12: */ 13: public void method2() { 14: System.out.println("No contact"); 15: } 16: }