File tree Expand file tree Collapse file tree
main/java/gov/doe/jgi/boost/client
test/java/gov/doe/jgi/boost/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import javax .ws .rs .client .WebTarget ;
88import javax .ws .rs .core .MediaType ;
99import javax .ws .rs .core .Response ;
10+
1011import org .json .JSONObject ;
11- import gov . doe . jgi . boost . exception . BOOSTAPIsException ;
12+
1213import gov .doe .jgi .boost .exception .BOOSTClientException ;
1314
1415/**
Original file line number Diff line number Diff line change 11package gov .doe .jgi .boost .client .constants ;
22
3- import java .util .ArrayList ;
43import java .util .Arrays ;
54import java .util .List ;
65
Original file line number Diff line number Diff line change 66 */
77public class LoginCredentials {
88 // --alternative 1: provide your BOOST-JWT
9- public static final String mJWT = "put your JWT here " ;
9+ public static final String mJWT = "" ;
1010
1111 // --alternative 2: provide your user name and password
1212 public static final String mUserName = "put your user name here" ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public static void main(String[] args)
4141 try {
4242 System .out .println (jsonPredefinedHosts .toString (4 ));
4343 }catch (NullPointerException e ) {
44- System .out .println (e .getMessage () + " Error in josnPeredeefinedHosts " );
44+ System .out .println (e .getMessage () + " Error in jsonPredefinedHosts " );
4545 }
4646
4747 // set the target namespace
You can’t perform that action at this time.
0 commit comments