Skip to content

Commit 9b92c76

Browse files
committed
reordered user and pass
1 parent 110a49a commit 9b92c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/com/cms/webservices/TestRead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public void testFolderRead() throws Exception
4848
read.setIdentifier(toRead);
4949

5050
Authentication authentication = new Authentication();
51-
authentication.setPassword("<REDACTED>");
5251
authentication.setUsername("<REDACTED>");
52+
authentication.setPassword("<REDACTED>");
5353

5454
AssetOperationHandlerServiceLocator serviceLocator = new AssetOperationHandlerServiceLocator();
5555
AssetOperationHandler handler = serviceLocator.getAssetOperationService();

0 commit comments

Comments
 (0)