提交 bac8b979 编写于 作者: J Jesse Glick

Clarified Javadoc: non-display names use '/' as a separator.

上级 0e3afeb6
......@@ -1099,7 +1099,7 @@ public class Functions {
* @param p the Item we want the relative display name
* @param g the ItemGroup used as point of reference for the item
* @return
* String like "foo » bar"
* String like "foo/bar"
*/
public static String getRelativeNameFrom(Item p, ItemGroup g) {
return getRelativeNameFrom(p, g, false);
......@@ -1113,7 +1113,7 @@ public class Functions {
* @param p the Item we want the relative display name
* @param g the ItemGroup used as point of reference for the item
* @return
* String like "foo » bar"
* String like "Foo » Bar"
*/
public static String getRelativeDisplayNameFrom(Item p, ItemGroup g) {
return getRelativeNameFrom(p, g, true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册