This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: add missing Uses


I'm checking this in.

We were missing a 'Uses' comment.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* gnu/testlet/java/io/ObjectInputOutput/LoopSerializationTest.java:
	Added Uses.

Index: gnu/testlet/java/io/ObjectInputOutput/LoopSerializationTest.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/io/ObjectInputOutput/LoopSerializationTest.java,v
retrieving revision 1.1
diff -u -r1.1 LoopSerializationTest.java
--- gnu/testlet/java/io/ObjectInputOutput/LoopSerializationTest.java 3 Feb 2006 19:06:01 -0000 1.1
+++ gnu/testlet/java/io/ObjectInputOutput/LoopSerializationTest.java 8 Feb 2006 17:31:19 -0000
@@ -20,6 +20,7 @@
  */
 
 // Tags: JDK1.2
+// Uses: SerializableLoopA SerializableLoopB
 
 
 package gnu.testlet.java.io.ObjectInputOutput;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]