[java-opensaml COMMIT] in /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml: common/xml/package-info.java comm...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Dec 30 12:35:17 EST 2013
Author: scantor
Date: Mon Dec 30 12:35:17 2013
New Revision: 3532
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3532&view=rev
Log:
Checkstyle warnings
Added:
trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package-info.java
- copied, changed from r3528, trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package.html
trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/config/package-info.java (with props)
Modified:
trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package.html
Copied: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package-info.java (from r3528, trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package.html)
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package-info.java?p2=trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package-info.java&p1=trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package.html&r1=3528&r2=3532&rev=3532&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package.html (original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/package-info.java Mon Dec 30 12:35:17 2013
@@ -1,14 +1,21 @@
-<HTML>
-<BODY>
-Parser pool manager and SAML constants.
-<p />
+/*
+ * 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.
+ */
-<p />
-Information on using this library can be found in the
-<a href="https://wiki.shibboleth.net/confluence/display/SHIB/OSTwoUserManual">User's Manual</a> and information
-on extending its functionality can be found in the
-<a href="https://wiki.shibboleth.net/confluence/display/SHIB/OSTwoDeveloperManual">Developer's Manual</a>.
-
- at see <a href="https://wiki.shibboleth.net/confluence/display/SHIB/OpenSAML">OpenSAML Wiki</a>
-</BODY>
-</HTML>
+/**
+ * SAML constants and and misc XML functionality.
+ */
+package org.opensaml.saml.common.xml;
More information about the commits
mailing list