Skip to content

Commit 914807a

Browse files
committed
No need for blank Javadoc lines between Javadoc @ tags
1 parent 7eababa commit 914807a

File tree

11 files changed

+0
-20
lines changed

11 files changed

+0
-20
lines changed

src/main/java/org/apache/commons/codec/binary/Base16.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
* </p>
3838
*
3939
* @see <a href="https://tools.ietf.org/html/rfc4648#section-8">RFC 4648 - 8. Base 16 Encoding</a>
40-
*
4140
* @since 1.15
4241
*/
4342
public class Base16 extends BaseNCodec {
@@ -227,7 +226,6 @@ void encode(final byte[] data, final int offset, final int length, final Context
227226
* Returns whether or not the {@code octet} is in the Base16 alphabet.
228227
*
229228
* @param octet The value to test.
230-
*
231229
* @return {@code true} if the value is defined in the Base16 alphabet {@code false} otherwise.
232230
*/
233231
@Override

src/main/java/org/apache/commons/codec/binary/Base32.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ public boolean isInAlphabet(final byte octet) {
628628
*
629629
* @param emptyBitsMask The mask of the lower bits that should be empty
630630
* @param context the context to be used
631-
*
632631
* @throws IllegalArgumentException if the bits being checked contain any non-zero value
633632
*/
634633
private void validateCharacter(final long emptyBitsMask, final Context context) {

src/main/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@ public boolean isUrlSafe() {
935935
*
936936
* @param emptyBitsMask The mask of the lower bits that should be empty
937937
* @param context the context to be used
938-
*
939938
* @throws IllegalArgumentException if the bits being checked contain any non-zero value
940939
*/
941940
private void validateCharacter(final int emptyBitsMask, final Context context) {

src/main/java/org/apache/commons/codec/binary/BaseNCodec.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ protected int getDefaultBufferSize() {
715715
* Calculates the amount of space needed to encode the supplied array.
716716
*
717717
* @param pArray byte[] array which will later be encoded
718-
*
719718
* @return amount of space needed to encode the supplied array.
720719
* Returns a long since a max-len array will require &gt; Integer.MAX_VALUE
721720
*/
@@ -745,7 +744,6 @@ boolean hasData(final Context context) { // package protected for access from I
745744
* Does not allow whitespace or pad.
746745
*
747746
* @param value The value to test
748-
*
749747
* @return {@code true} if the value is defined in the current alphabet, {@code false} otherwise.
750748
*/
751749
protected abstract boolean isInAlphabet(byte value);
@@ -756,7 +754,6 @@ boolean hasData(final Context context) { // package protected for access from I
756754
*
757755
* @param arrayOctet byte array to test
758756
* @param allowWSPad if {@code true}, then whitespace and PAD are also allowed
759-
*
760757
* @return {@code true} if all bytes are valid characters in the alphabet or if the byte array is empty;
761758
* {@code false}, otherwise
762759
*/

src/main/java/org/apache/commons/codec/digest/DigestUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public static byte[] digest(final MessageDigest messageDigest, final byte[] data
8080
* @param messageDigest The MessageDigest to use (e.g. MD5)
8181
* @param data Data to digest
8282
* @return the digest
83-
*
8483
* @since 1.11
8584
*/
8685
public static byte[] digest(final MessageDigest messageDigest, final ByteBuffer data) {
@@ -1424,7 +1423,6 @@ public byte[] digest(final byte[] data) {
14241423
*
14251424
* @param data Data to digest
14261425
* @return the digest
1427-
*
14281426
* @since 1.11
14291427
*/
14301428
public byte[] digest(final ByteBuffer data) {
@@ -1495,7 +1493,6 @@ public String digestAsHex(final byte[] data) {
14951493
*
14961494
* @param data Data to digest
14971495
* @return the digest as a hexadecimal string
1498-
*
14991496
* @since 1.11
15001497
*/
15011498
public String digestAsHex(final ByteBuffer data) {

src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
* @see Soundex
6565
* @see <a href="https://en.wikipedia.org/wiki/Daitch%E2%80%93Mokotoff_Soundex"> Wikipedia - Daitch-Mokotoff Soundex</a>
6666
* @see <a href="http://www.avotaynu.com/soundex.htm">Avotaynu - Soundexing and Genealogy</a>
67-
*
6867
* @since 1.10
6968
*/
7069
public class DaitchMokotoffSoundex implements StringEncoder {
@@ -379,7 +378,6 @@ private String cleanup(final String input) {
379378
* </p>
380379
*
381380
* @see #soundex(String)
382-
*
383381
* @param obj
384382
* Object to encode
385383
* @return An object (of type {@link String}) containing the DM soundex code, which corresponds to the String
@@ -402,7 +400,6 @@ public Object encode(final Object obj) throws EncoderException {
402400
* Encodes a String using the Daitch-Mokotoff soundex algorithm without branching.
403401
*
404402
* @see #soundex(String)
405-
*
406403
* @param source
407404
* A String object to encode
408405
* @return A DM Soundex code corresponding to the String supplied

src/main/java/org/apache/commons/codec/language/Soundex.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public Soundex(final String mapping, final boolean specialCaseHW) {
204204
* @param s2
205205
* A String that will be encoded and compared.
206206
* @return The number of characters in the two encoded Strings that are the same from 0 to 4.
207-
*
208207
* @see SoundexUtils#difference(StringEncoder,String,String)
209208
* @see <a href="https://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_de-dz_8co5.asp"> MS
210209
* T-SQL DIFFERENCE</a>

src/main/java/org/apache/commons/codec/net/BCodec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public BCodec(final Charset charset) {
8686
* @param charset
8787
* the default string Charset to use.
8888
* @param decodingPolicy The decoding policy.
89-
*
9089
* @see Charset
9190
* @since 1.15
9291
*/

src/main/java/org/apache/commons/codec/net/URLCodec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ public String getDefaultCharset() {
360360
* The {@code String} encoding used for decoding and encoding.
361361
*
362362
* @return Returns the encoding.
363-
*
364363
* @deprecated Use {@link #getDefaultCharset()}, will be removed in 2.0.
365364
*/
366365
@Deprecated

src/main/java/org/apache/commons/codec/net/Utils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ final class Utils {
3939
* @param b
4040
* The byte to be converted.
4141
* @return The numeric value represented by the character in radix 16.
42-
*
4342
* @throws DecoderException
4443
* Thrown when the byte is not valid per {@link Character#digit(char,int)}
4544
*/

0 commit comments

Comments
 (0)