summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/naming/spi/ObjectFactoryBuilder.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/naming/spi/ObjectFactoryBuilder.java')
-rw-r--r--libjava/classpath/javax/naming/spi/ObjectFactoryBuilder.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/libjava/classpath/javax/naming/spi/ObjectFactoryBuilder.java b/libjava/classpath/javax/naming/spi/ObjectFactoryBuilder.java
index 6a528b17a06..e0886d144cb 100644
--- a/libjava/classpath/javax/naming/spi/ObjectFactoryBuilder.java
+++ b/libjava/classpath/javax/naming/spi/ObjectFactoryBuilder.java
@@ -43,19 +43,19 @@ import java.util.Hashtable;
import javax.naming.NamingException;
import javax.naming.Reference;
import javax.naming.Referenceable;
-
+
/**
* Represents the builder that creates the object factories.
- *
+ *
* @see NamingManager#setObjectFactoryBuilder(ObjectFactoryBuilder)
- *
+ *
* @author Warren Levy (warrenl@redhat.com)
*/
public interface ObjectFactoryBuilder
{
/**
* Create a new object using the supplied environment.
- *
+ *
* @param refInfo the referencing object, for which the new object must be
* created (can be null). If not null, it is usually an instance of
* the {@link Reference} or {@link Referenceable}.
@@ -65,6 +65,6 @@ public interface ObjectFactoryBuilder
* @throws NamingException
*/
ObjectFactory createObjectFactory(Object refInfo,
- Hashtable<?, ?> environment)
- throws NamingException;
+ Hashtable<?, ?> environment)
+ throws NamingException;
}
OpenPOWER on IntegriCloud