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 { ...@@ -1259,8 +1259,8 @@ public class LogicService {
/** /**
* *
* @param cropOrganismId * @param cropOrganismId ID of the crop
* @return * @return list of pests associated with the given crop
*/ */
@GET @GET
@Path("organism/croppest/{cropOrganismId}") @Path("organism/croppest/{cropOrganismId}")
...@@ -1283,7 +1283,7 @@ public class LogicService { ...@@ -1283,7 +1283,7 @@ public class LogicService {
/** /**
* *
* @param organizationId * @param organizationId
* @return * @return List of crop categories for a given organization
*/ */
@GET @GET
@Path("organism/cropcategory/{organizationId}") @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