[DS-1136] Breadcrumb trail incorrect for community/collection browse and statistics (missing @params on methods)

This commit is contained in:
KevinVdV
2012-06-21 20:11:43 +02:00
parent d69021a68b
commit cacb8cd190

View File

@@ -149,6 +149,7 @@ public class HandleUtil
* *
* @param dso the DSpace who's parents we wil add to the pageMeta * @param dso the DSpace who's parents we wil add to the pageMeta
* @param pageMeta the object to which we link our trial * @param pageMeta the object to which we link our trial
* @param contextPath The context path
*/ */
public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta, public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta,
String contextPath) throws SQLException, WingException String contextPath) throws SQLException, WingException
@@ -169,6 +170,8 @@ public class HandleUtil
* *
* @param dso the DSpace who's parents we wil add to the pageMeta * @param dso the DSpace who's parents we wil add to the pageMeta
* @param pageMeta the object to which we link our trial * @param pageMeta the object to which we link our trial
* @param contextPath The context path
* @param linkOriginalObject whether or not to make a link of the original object
*/ */
public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta, public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta,
String contextPath, boolean linkOriginalObject) throws SQLException, WingException String contextPath, boolean linkOriginalObject) throws SQLException, WingException