--- old/langtools/test/tools/javadoc/CheckResourceKeys.java 2016-08-08 16:40:58.000000000 -0700 +++ new/langtools/test/tools/javadoc/CheckResourceKeys.java 2016-08-08 16:40:57.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -121,7 +121,7 @@ if (codeKeys.contains(rk)) continue; - error("Resource key not found in code: " + rk); + error("Resource key not found in code: '" + rk + "'"); } }