--- old/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JJavaName.java 2015-10-21 14:10:45.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JJavaName.java 2015-10-21 14:10:45.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, 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 @@ -85,8 +85,8 @@ * ("my_children","MyChildren","myChildren", and "MY-CHILDREN", "CODE003-children" respectively) *

* Although this method only works for English words, it handles non-English - * words gracefully (by just returning it as-is.) For example, 日本語 - * will be returned as-is without modified, not "日本語s" + * words gracefully (by just returning it as-is.) For example, "日本語" + * will be returned as-is without modified, not "日本語s" *

* This method doesn't handle suffixes very well. For example, passing * "person56" will return "person56s", not "people56".