We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb7915 commit b41994bCopy full SHA for b41994b
1 file changed
src/main/java/edu/harvard/mcz/imagecapture/data/NahimaManager.java
@@ -49,9 +49,9 @@ public class NahimaManager extends AbstractRestClient {
49
public static final int zoologyPoolId = 4;
50
public static final int defaultPoolId = 7;
51
public static final JSONObject zoologyPool =
52
- new JSONObject("{ \"pool\": { \"_id\": 4 } }");
+ new JSONObject("{ \"pool\": { \"_id\": 5 } }");
53
public static final JSONObject entomologyPool =
54
- new JSONObject("{ \"pool\": { \"_id\": 7 } }");
+ new JSONObject("{ \"pool\": { \"_id\": 8 } }");
55
private static final Logger log =
56
LoggerFactory.getLogger(NahimaManager.class);
57
private final String url;
0 commit comments