Skip to content

Commit

Permalink
Javadoc/Comments: Remove extra "whitespace"
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 25, 2023
1 parent 60bd9d0 commit b884c5a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.commons.crypto.jna;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
* CryptoInputStream reads input data and decrypts data in stream manner. It
* supports any mode of operations such as AES CBC/CTR/GCM mode in concept.It is
* not thread-safe.
*
*/

public class CryptoInputStream extends InputStream implements ReadableByteChannel {
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/apache/commons/crypto/CryptoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.commons.crypto;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.commons.crypto.jna;

Expand All @@ -24,7 +23,6 @@
import org.junit.jupiter.api.Test;

/**
*
*/
public class PositionedCryptoInputStreamJnaTest extends PositionedCryptoInputStreamTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.commons.crypto.random;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.commons.crypto.random;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.commons.crypto.random;

Expand Down

0 comments on commit b884c5a

Please sign in to comment.