@@ -34,8 +34,8 @@ public class Application {
3434 basicAuth = new SchemeBasicAuth (
3535 " string" ,
3636 " string" ){{
37- password = " " ;
38- username = " " ;
37+ password = " <YOUR_PASSWORD_HERE> " ;
38+ username = " <YOUR_USERNAME_HERE> " ;
3939 }};
4040 }})
4141 .build();
@@ -96,8 +96,8 @@ public class Application {
9696 basicAuth = new SchemeBasicAuth (
9797 " string" ,
9898 " string" ){{
99- password = " " ;
100- username = " " ;
99+ password = " <YOUR_PASSWORD_HERE> " ;
100+ username = " <YOUR_USERNAME_HERE> " ;
101101 }};
102102 }})
103103 .build();
@@ -152,8 +152,8 @@ public class Application {
152152 basicAuth = new SchemeBasicAuth (
153153 " string" ,
154154 " string" ){{
155- password = " " ;
156- username = " " ;
155+ password = " <YOUR_PASSWORD_HERE> " ;
156+ username = " <YOUR_USERNAME_HERE> " ;
157157 }};
158158 }})
159159 .build();
@@ -214,8 +214,8 @@ public class Application {
214214 basicAuth = new SchemeBasicAuth (
215215 " string" ,
216216 " string" ){{
217- password = " " ;
218- username = " " ;
217+ password = " <YOUR_PASSWORD_HERE> " ;
218+ username = " <YOUR_USERNAME_HERE> " ;
219219 }};
220220 }})
221221 .build();
@@ -276,8 +276,8 @@ public class Application {
276276 basicAuth = new SchemeBasicAuth (
277277 " string" ,
278278 " string" ){{
279- password = " " ;
280- username = " " ;
279+ password = " <YOUR_PASSWORD_HERE> " ;
280+ username = " <YOUR_USERNAME_HERE> " ;
281281 }};
282282 }})
283283 .build();
@@ -341,8 +341,8 @@ public class Application {
341341 basicAuth = new SchemeBasicAuth (
342342 " string" ,
343343 " string" ){{
344- password = " " ;
345- username = " " ;
344+ password = " <YOUR_PASSWORD_HERE> " ;
345+ username = " <YOUR_USERNAME_HERE> " ;
346346 }};
347347 }})
348348 .build();
@@ -408,8 +408,8 @@ public class Application {
408408 basicAuth = new SchemeBasicAuth (
409409 " string" ,
410410 " string" ){{
411- password = " " ;
412- username = " " ;
411+ password = " <YOUR_PASSWORD_HERE> " ;
412+ username = " <YOUR_USERNAME_HERE> " ;
413413 }};
414414 }})
415415 .build();
0 commit comments