--- old/samples/MissingMethodExample.java 2015-12-08 13:32:13.071255600 +0530 +++ new/samples/MissingMethodExample.java 2015-12-08 13:32:12.561254900 +0530 @@ -38,7 +38,7 @@ @Override public Object doesNotUnderstand(String name, Object... args) { - // This dummy doesNotUnderstand just prints method name and args. + // This simple doesNotUnderstand just prints method name and args. // You can put useful method routing logic here. System.out.println("you called " + name); if (args.length != 0) {