Author: erwan
Date: Sat Aug 4 16:19:46 2012
New Revision: 1369358
URL:
http://svn.apache.org/viewvc?rev=1369358&view=revLog:
Fixing the javadoc for ScrumServices.java
Modified:
ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java
Modified: ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java?rev=1369358&r1=1369357&r2=1369358&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java (original)
+++ ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java Sat Aug 4 16:19:46 2012
@@ -121,8 +121,8 @@ public class ScrumServices {
* <p>
* Use for view Scrum Revision
*
- * @param revision Revision number
- * @param repository Repository url
+ * @param ctx The DispatchContext that this service is operating in
+ * @param context Map containing the input parameters
* @return Map with the result of the service, the output parameters.
*/
public static Map<String, Object> viewScrumRevision(DispatchContext ctx, Map<String, ? extends Object> context) {
@@ -166,8 +166,8 @@ public class ScrumServices {
* <p>
* Use for retrieve the missing data of the Revision
*
- * @param latestRevision The latest revision number
- * @param repositoryRoot The repository root url
+ * @param ctx The DispatchContext that this service is operating in
+ * @param context Map containing the input parameters
* @return Map with the result of the service, the output parameters.
*/
public static Map<String, Object> retrieveMissingScrumRevision(DispatchContext ctx, Map<String, ? extends Object> context) {
@@ -259,7 +259,8 @@ public class ScrumServices {
* <p>
* Use for remove duplicate scrum revision
*
- * @param repositoryRoot The repository root url
+ * @param ctx The DispatchContext that this service is operating in
+ * @param context Map containing the input parameters
* @return Map with the result of the service.
*/
public static Map<String, Object> removeDuplicateScrumRevision(DispatchContext ctx, Map<String, ? extends Object> context) {