/[classpath]/classpath/javax/naming/spi/ObjectFactoryBuilder.java
ViewVC logotype

Diff of /classpath/javax/naming/spi/ObjectFactoryBuilder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by uid67440, Fri Dec 26 20:27:04 2003 UTC revision 1.4 by mkoch, Thu Oct 21 20:53:16 2004 UTC
# Line 1  Line 1 
1  /* ObjectFactoryBuilder.java --  /* ObjectFactoryBuilder.java --
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package javax.naming.spi;  package javax.naming.spi;
40    
41  import java.util.Hashtable;  import java.util.Hashtable;
42    
43  import javax.naming.NamingException;  import javax.naming.NamingException;
44    
45  /**  /**
46   * @author Warren Levy <warrenl@redhat.com>   * @author Warren Levy (warrenl@redhat.com)
47   * @date June 1, 2001   * @date June 1, 2001
48   */   */
   
49  public interface ObjectFactoryBuilder  public interface ObjectFactoryBuilder
50  {  {
51    ObjectFactory createObjectFactory(Object obj,    ObjectFactory createObjectFactory(Object obj,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26