# HG changeset patch # User darcy # Date 1459461393 25200 # Node ID 28d33fb9097f09816c0d6d24b2ba2221375a4eb1 # Parent 5e260fa5208a78e763a68e36d3307fe255789696 6818181: Update naming convention annotation processing samples for modules Reviewed-by: jjg diff -r 5e260fa5208a -r 28d33fb9097f langtools/src/sample/share/javac/processing/src/CheckNamesProcessor.java --- a/langtools/src/sample/share/javac/processing/src/CheckNamesProcessor.java Thu Mar 31 17:25:58 2016 -0400 +++ b/langtools/src/sample/share/javac/processing/src/CheckNamesProcessor.java Thu Mar 31 14:56:33 2016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -75,9 +75,6 @@ * * * - * For some notes on how to run an annotation processor inside - * NetBeans, see http://wiki.java.net/bin/view/Netbeans/FaqApt. - * *

Possible Enhancements

*