< prev index next >

src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JJavaName.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -83,12 +83,12 @@
      *      that are common in programming languages, such as "my_child", "MyChild",
      *      "myChild", "MY-CHILD", "CODE003-child", etc, and mostly tries to do the right thing.
      *      ("my_children","MyChildren","myChildren", and "MY-CHILDREN", "CODE003-children" respectively)
      *      <p>
      *      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"
      *      <p>
      *      This method doesn't handle suffixes very well. For example, passing
      *      "person56" will return "person56s", not "people56".
      *
      * @return
< prev index next >