Mist... JavaDoc Kommentare für die Deprecated Annotation vergessen
git-svn-id: https://svn.libreccm.org/ccm/trunk@2187 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
528508b556
commit
6ebcb1deef
|
|
@ -404,7 +404,9 @@ public class ContentItemPage extends CMSPage implements ActionListener {
|
||||||
return url.toString();
|
return url.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
@deprecated use getItemURL(BigDecimal itemId, int tab) instead
|
/**
|
||||||
|
* @deprecated Use getItemURL instead
|
||||||
|
*/
|
||||||
public static String getRelativeItemURL(BigDecimal itemId, int tab) {
|
public static String getRelativeItemURL(BigDecimal itemId, int tab) {
|
||||||
StringBuffer url = new StringBuffer();
|
StringBuffer url = new StringBuffer();
|
||||||
url.append(PageLocations.ITEM_PAGE).append("?").append(ITEM_ID).append("=").append(itemId.
|
url.append(PageLocations.ITEM_PAGE).append("?").append(ITEM_ID).append("=").append(itemId.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue