ruper2/src/java/core/org/krysalis/ruper/files TypeTable.java,1.1,1.2

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/files
In directory sc8-pr-cvs1:/tmp/cvs-serv6833/src/java/core/org/krysalis/ruper/files

Modified Files:
	TypeTable.java 
Log Message:
Moved the stdout SimpleLogger to the tools, to not mess w/ Ant stuff.

Index: TypeTable.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/files/TypeTable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TypeTable.java	3 Sep 2003 22:56:34 -0000	1.1
--- TypeTable.java	22 Sep 2003 17:09:42 -0000	1.2
***************
*** 24,33 ****
  	}
  
! 	public boolean hasType(String extension)
! 	{
  		return m_typeMap.containsKey(extension);
  	}
  
- 
  	public static TypeTable TYPE_TABLE = null;
  
--- 24,31 ----
  	}
  
! 	public boolean hasType(String extension) {
  		return m_typeMap.containsKey(extension);
  	}
  
  	public static TypeTable TYPE_TABLE = null;
  
***************
*** 45,53 ****
  	private void registerEntry(TypeEntry entry) {
  		m_typeMap.put(entry.m_type, entry);
! 	}	
  
  	private TypeEntry getEntryByType(String type) {
  		return (TypeEntry) m_typeMap.get(type);
  	}
- 
  }
--- 43,50 ----
  	private void registerEntry(TypeEntry entry) {
  		m_typeMap.put(entry.m_type, entry);
! 	}
  
  	private TypeEntry getEntryByType(String type) {
  		return (TypeEntry) m_typeMap.get(type);
  	}
  }




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.