[java-support] branch master updated: Impl package for net classes.
Scott Cantor
cantor.2 at osu.edu
Fri Jun 21 11:46:26 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=67187d2f49276d402acf098bb76c745887ec777f
The following commit(s) were added to refs/heads/master by this push:
new 67187d2 Impl package for net classes.
67187d2 is described below
commit 67187d2f49276d402acf098bb76c745887ec777f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 21 11:46:17 2019 -0400
Impl package for net classes.
---
.../support/net/{ => impl}/BasicURLComparator.java | 6 +++++-
.../java/support/net/impl/package-info.java | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/BasicURLComparator.java b/src/main/java/net/shibboleth/utilities/java/support/net/impl/BasicURLComparator.java
similarity index 91%
rename from src/main/java/net/shibboleth/utilities/java/support/net/BasicURLComparator.java
rename to src/main/java/net/shibboleth/utilities/java/support/net/impl/BasicURLComparator.java
index a77f346..141bcda 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/net/BasicURLComparator.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/impl/BasicURLComparator.java
@@ -15,12 +15,16 @@
* limitations under the License.
*/
-package net.shibboleth.utilities.java.support.net;
+package net.shibboleth.utilities.java.support.net.impl;
import java.net.MalformedURLException;
import javax.annotation.Nullable;
+import net.shibboleth.utilities.java.support.net.SimpleURLCanonicalizer;
+import net.shibboleth.utilities.java.support.net.URIComparator;
+import net.shibboleth.utilities.java.support.net.URIException;
+
/**
* A basic implementation of {@link URIComparator} that compares
diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/impl/package-info.java b/src/main/java/net/shibboleth/utilities/java/support/net/impl/package-info.java
new file mode 100644
index 0000000..5bc28b0
--- /dev/null
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/impl/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * Licensed to the University Corporation for Advanced Internet Development,
+ * Inc. (UCAID) under one or more contributor license agreements. See the
+ * NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The UCAID licenses this file to You under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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.
+ */
+
+/** Implementation classes for working with HTTP URLs and the protocol. */
+
+package net.shibboleth.utilities.java.support.net.impl;
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list