This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new 4672b3bd Fix typo in Javadoc 4672b3bd is described below commit 4672b3bd395a8c0c8d22be7d0765466781428a70 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Aug 30 08:51:44 2022 -0400 Fix typo in Javadoc --- src/test/java/org/apache/commons/codec/binary/Base64Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/codec/binary/Base64Test.java b/src/test/java/org/apache/commons/codec/binary/Base64Test.java index 31c79727..0a7707dc 100644 --- a/src/test/java/org/apache/commons/codec/binary/Base64Test.java +++ b/src/test/java/org/apache/commons/codec/binary/Base64Test.java @@ -1112,7 +1112,7 @@ public class Base64Test { } /** - * Tests url-safe Base64 against random data, sizes 0 to 150. + * Tests URL-safe Base64 against random data, sizes 0 to 150. */ @Test public void testUrlSafe() {