Apply checkstyle to javadoc

This commit is contained in:
md_5
2020-01-05 11:25:56 +11:00
parent 6c8a0ccecb
commit d20e622b7b
8 changed files with 27 additions and 4 deletions

View File

@@ -80,6 +80,9 @@ public class NativeCipherTest
/**
* Hackish test which can test both native and fallback ciphers using direct
* buffers.
*
* @param cipher cipher to test
* @throws java.lang.Exception any exceptions encountered
*/
public void testACipher(BungeeCipher cipher) throws Exception
{