Author: asoldano
Date: 2015-03-06 11:10:42 -0500 (Fri, 06 Mar 2015)
New Revision: 19533
Modified:
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/PortComponentMetaData.java
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/WebservicesMetaData.java
spi/trunk/src/main/java/org/jboss/wsf/spi/security/SecurityDomainContext.java
Log:
[JBWS-3876] Fix spi build with JDK 1.8
Modified:
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/PortComponentMetaData.java
===================================================================
---
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/PortComponentMetaData.java 2015-03-06
14:18:52 UTC (rev 19532)
+++
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/PortComponentMetaData.java 2015-03-06
16:10:42 UTC (rev 19533)
@@ -158,8 +158,6 @@
/**
* set the wsdlPort for this PortComponentMetaData. This is deprecated, the proper
wsdlPort
* should be provided when creating a new instance.
- *
- * @return
*/
@Deprecated
public void setWsdlPort(QName wsdlPort)
Modified:
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/WebservicesMetaData.java
===================================================================
---
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/WebservicesMetaData.java 2015-03-06
14:18:52 UTC (rev 19532)
+++
spi/trunk/src/main/java/org/jboss/wsf/spi/metadata/webservices/WebservicesMetaData.java 2015-03-06
16:10:42 UTC (rev 19533)
@@ -30,7 +30,7 @@
* XML Binding root element for <code>webservices.xml</code>
*
* @author Thomas.Diesler(a)jboss.org
- * @autor alessio.soldano(a)jboss.com
+ * @author alessio.soldano(a)jboss.com
* @since 15-April-2004
*/
public class WebservicesMetaData
Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/security/SecurityDomainContext.java
===================================================================
---
spi/trunk/src/main/java/org/jboss/wsf/spi/security/SecurityDomainContext.java 2015-03-06
14:18:52 UTC (rev 19532)
+++
spi/trunk/src/main/java/org/jboss/wsf/spi/security/SecurityDomainContext.java 2015-03-06
16:10:42 UTC (rev 19533)
@@ -62,7 +62,7 @@
* environment Principal belongs.
*
* @param principal the caller principal as known in the operation environment.
- * @param roles The Set<Principal> for the application domain roles that the
+ * @param roles The
<code>Set<java.security.Principal></code> for the application
domain roles that the
* principal is to be validated against.
* @return true if the principal has at least one of the roles in the roles set,
* false otherwise.
@@ -73,7 +73,7 @@
/**
* Return the set of domain roles the principal has been assigned.
*
- * @return The Set<Principal> for the application domain roles that the
principal has been assigned.
+ * @return The <code>Set<java.security.Principal></code> for
the application domain roles that the principal has been assigned.
*/
public Set<Principal> getUserRoles(Principal principal);
Show replies by date