Author: cschneider
Date: Mon Nov 5 09:34:49 2012
New Revision: 1405725
URL: http://svn.apache.org/viewvc?rev=1405725&view=rev
Log:
DOSGI-139 adding apache header
Modified:
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/CXFExportRegistration.java
Modified:
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/CXFExportRegistration.java
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/CXFExportRegistration.java?rev=1405725&r1=1405724&r2=1405725&view=diff
==============================================================================
---
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/CXFExportRegistration.java
(original)
+++
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/CXFExportRegistration.java
Mon Nov 5 09:34:49 2012
@@ -24,14 +24,14 @@ import org.osgi.service.remoteserviceadm
public interface CXFExportRegistration {
- public abstract ServiceReference getExportedService() throws
IllegalStateException;
+ ServiceReference getExportedService() throws IllegalStateException;
- public abstract void setEndpointdescription(EndpointDescription epd);
+ void setEndpointdescription(EndpointDescription epd);
- public abstract void setServer(Server server);
+ void setServer(Server server);
- public abstract Server getServer();
+ Server getServer();
- public abstract void setException(Throwable ex);
+ void setException(Throwable ex);
}
\ No newline at end of file