garydgregory commented on a change in pull request #114:
URL: https://github.com/apache/commons-crypto/pull/114#discussion_r548771093



##########
File path: 
src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java
##########
@@ -123,7 +127,7 @@ public void cryptoTest() throws Exception {
                for (final String tran : transformations) {
                        /** uses the small data set in {@link TestData} */
                        cipherTests = TestData.getTestData(tran);
-                       assertNotNull(tran, cipherTests);
+                       assertNotNull(cipherTests,tran);

Review comment:
       Fix formatting.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to