Author: jcarman
Date: Sat Jul 27 01:49:04 2013
New Revision: 1507551
URL: http://svn.apache.org/r1507551
Log:
Removing trailing comment.
Modified:
commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/provider/remoting/SessionBeanProvider.java
Modified:
commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/provider/remoting/SessionBeanProvider.java
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/provider/remoting/SessionBeanProvider.java?rev=1507551&r1=1507550&r2=1507551&view=diff
==============================================================================
---
commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/provider/remoting/SessionBeanProvider.java
(original)
+++
commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/provider/remoting/SessionBeanProvider.java
Sat Jul 27 01:49:04 2013
@@ -45,9 +45,9 @@ public class SessionBeanProvider<T> impl
private final Class<?> homeInterface;
private final Properties properties;
-
//**********************************************************************************************************************
- // Constructors
-
//**********************************************************************************************************************
+//**********************************************************************************************************************
+// Constructors
+//**********************************************************************************************************************
/**
* Create a new SessionBeanProvider instance.
@@ -74,9 +74,9 @@ public class SessionBeanProvider<T> impl
this.properties = properties;
}
-
//**********************************************************************************************************************
- // ObjectProvider Implementation
-
//**********************************************************************************************************************
+//**********************************************************************************************************************
+// ObjectProvider Implementation
+//**********************************************************************************************************************
/**
* {@inheritDoc}
@@ -101,7 +101,7 @@ public class SessionBeanProvider<T> impl
{
throw new ObjectProviderException(
"No-arg create() method on home interface " +
homeInterface.getName() + " is not accessible.",
- e); // Should never happen!
+ e);
}
catch( NamingException e )
{