ruper2/src/java/core/org/krysalis/ruper2/util/net VirtualResourceLocator.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/ruper2/util/net
In directory sc8-pr-cvs1:/tmp/cvs-serv16855/src/java/core/org/krysalis/ruper2/util/net

Modified Files:
	VirtualResourceLocator.java 
Log Message:
1) Monitoring (so we can sniff out failures in testing, to improve)
2) First step in removing VFS...

Index: VirtualResourceLocator.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/net/VirtualResourceLocator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** VirtualResourceLocator.java	9 Oct 2003 16:02:24 -0000	1.1
--- VirtualResourceLocator.java	9 Oct 2003 20:30:27 -0000	1.2
***************
*** 141,144 ****
--- 141,151 ----
  	}
  
+ 	/* (non-Javadoc)
+ 	 * @see java.lang.Object#hashCode()
+ 	 */
+ 	public int hashCode() {
+ 		return m_url.hashCode();
+ 	}
+ 	
  	public boolean equals(Object obj) {
  		boolean isEqual = false;
***************
*** 155,157 ****
--- 162,167 ----
  		return new VirtualResourceLocator(RuperConstants.RUPER_HOME);
  	}
+ 	
+ 	
+ 
  }




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
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.