Skip to content
Snippets Groups Projects
Commit bc775c6f authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add javadoc

parent d8475b0f
No related branches found
No related tags found
1 merge request!154Merge all Wildfly 26 compatible updates into develop
......@@ -1259,8 +1259,8 @@ public class LogicService {
/**
*
* @param cropOrganismId
* @return
* @param cropOrganismId ID of the crop
* @return list of pests associated with the given crop
*/
@GET
@Path("organism/croppest/{cropOrganismId}")
......@@ -1283,7 +1283,7 @@ public class LogicService {
/**
*
* @param organizationId
* @return
* @return List of crop categories for a given organization
*/
@GET
@Path("organism/cropcategory/{organizationId}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment