diff --git a/src/test/java/com/ossez/usreio/client/RetsGetMetadataExample.java b/src/test/java/com/ossez/usreio/client/RetsGetMetadataExample.java index 4eefae8..5eedcae 100644 --- a/src/test/java/com/ossez/usreio/client/RetsGetMetadataExample.java +++ b/src/test/java/com/ossez/usreio/client/RetsGetMetadataExample.java @@ -17,13 +17,13 @@ public class RetsGetMetadataExample { //Create a RetsHttpClient (other constructors provide configuration i.e. timeout, gzip capability) RetsHttpClient httpClient = new CommonsHttpClient(); RetsVersion retsVersion = RetsVersion.RETS_1_7_2; - String loginUrl = "***REMOVED***"; + String loginUrl = ""; //Create a RetesSession with RetsHttpClient RetsSession session = new RetsSession(loginUrl, httpClient, retsVersion); - String username = "***REMOVED***"; - String password = "***REMOVED***"; + String username = ""; + String password = ""; //Set method as GET or POST session.setMethod("POST");