[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    (commons-vfs) branch master updated: Normalize inline comments
From:       ggregory () apache ! org
Date:       2024-01-31 14:08:24
Message-ID: 170671010483.1477498.10897297126427704269 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d30b37c Normalize inline comments
3d30b37c is described below

commit 3d30b37c2399de027c294820ff78365df1f63524
Author: Gary Gregory <garydgregory@gmail.com>
AuthorDate: Wed Jan 31 09:08:20 2024 -0500

    Normalize inline comments
---
 .../src/main/java/org/apache/commons/vfs2/util/URIBitSets.java      | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/URIBitSets.java \
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/URIBitSets.java index \
                f8cb53a6..7f515ef2 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/URIBitSets.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/URIBitSets.java
@@ -31,8 +31,6 @@ import org.apache.commons.vfs2.provider.GenericURLFileName;
  */
 final class URIBitSets {
 
-    // ---------------------- Generous characters for each component validation
-
     /**
      * The percent "%" character always has the reserved purpose of being the escape \
                indicator, it must be escaped as "%25"
      * in order to be used as data within a URI.
@@ -604,7 +602,7 @@ final class URIBitSets {
      */
     static final FluentBitSet URI_REFERENCE = bitSet('#').or(ABSOLUTEURI, \
RELATIVEURI, FRAGMENT);  
-    // ---------------------------- Characters disallowed within the URI syntax
+    // Characters disallowed within the URI syntax
     // Excluded US-ASCII Characters are like control, space, delims and unwise
 
     /**
@@ -637,7 +635,7 @@ final class URIBitSets {
      */
     static final FluentBitSet ALLOWED_AUTHORITY = bitSet().or(AUTHORITY).clear('%');
 
-    // ----------------------- Characters allowed within and for each component
+    // Characters allowed within and for each component
 
     /**
      * Those characters that are allowed for the opaque_part.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic