diff --git a/ccm-cms/src/com/arsdigita/cms/ui/ContentItemPage.java b/ccm-cms/src/com/arsdigita/cms/ui/ContentItemPage.java index 53b1f1046..c1f2e467d 100755 --- a/ccm-cms/src/com/arsdigita/cms/ui/ContentItemPage.java +++ b/ccm-cms/src/com/arsdigita/cms/ui/ContentItemPage.java @@ -404,7 +404,9 @@ public class ContentItemPage extends CMSPage implements ActionListener { return url.toString(); } - @deprecated use getItemURL(BigDecimal itemId, int tab) instead + /** + * @deprecated Use getItemURL instead + */ public static String getRelativeItemURL(BigDecimal itemId, int tab) { StringBuffer url = new StringBuffer(); url.append(PageLocations.ITEM_PAGE).append("?").append(ITEM_ID).append("=").append(itemId.