Skip to content

Commit 6ab9f41

Browse files
committed
Javadoc
Add an empty line before a Javadoc comment
1 parent 194404f commit 6ab9f41

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/main/java/org/apache/commons/crypto/Crypto.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ private static Properties getComponentProperties() {
106106

107107
/** Default name for loading SSL crypto library using JNA */
108108
public static final String JNA_LIBRARY_NAME_DEFAULT = "crypto";
109+
109110
/**
110111
* Name for loading SSL crypto library using dlopen on macOS
111112
* JNA automatically adds prefix and suffix; dlopen does not

src/main/java/org/apache/commons/crypto/stream/CtrCryptoInputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
* The underlying stream offset is maintained as state. It is not thread-safe.
5151
*/
5252
public class CtrCryptoInputStream extends CryptoInputStream {
53+
5354
/**
5455
* <p>
5556
* This method is only for Counter (CTR) mode. Generally the CryptoCipher

src/main/java/org/apache/commons/crypto/stream/CtrCryptoOutputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* </p>
5555
*/
5656
public class CtrCryptoOutputStream extends CryptoOutputStream {
57+
5758
/**
5859
* Underlying stream offset.
5960
*/

src/main/java/org/apache/commons/crypto/stream/input/Input.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* {@link ReadableByteChannel}.
3434
*/
3535
public interface Input extends Closeable {
36+
3637
/**
3738
* Returns an estimate of the number of bytes that can be read (or skipped
3839
* over) from this input without blocking by the next invocation of a method

0 commit comments

Comments
 (0)