Skip to content

Commit

Permalink
LOCAL: deprecate whalesharkCR type
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Sep 18, 2024
1 parent a9445cc commit fbbdf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ecocean/servlet/SubmitSpotsAndImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void doPost(HttpServletRequest request, HttpServletResponse response) thr
//WB-1841 only whale sharks are currently matchable via this method
if(speciesString!=null && speciesString.equals("Rhincodon typus")) {
ann.setMatchAgainst(true);
String iaClass = "whalesharkCR"; // should we change this?
String iaClass = "whaleshark"; // should we change this?
ann.setIAClass(iaClass);
}
else if(speciesString!=null && speciesString.equals("Stegostoma tigrinum")) {
Expand Down

0 comments on commit fbbdf49

Please sign in to comment.