Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
fixed path to obtain service
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbw committed Apr 3, 2012
1 parent 4865bb4 commit f1b6c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/navnorth/learningregistry/LRImporter.java
Expand Up @@ -42,7 +42,7 @@ public class LRImporter
// LR function paths
// TODO : get service URLs from the node itself
private static String harvestPath = "/harvest/getrecord";
private static String obtainPath = "/obtain/getrecord";
private static String obtainPath = "/obtain";

// LR parameters
private static String byResourceIDParam = "by_resource_ID";
Expand Down

0 comments on commit f1b6c3b

Please sign in to comment.