Subversion Repository Public Repository

WOX2

Diff Revisions 14 vs 15 for /trunk/Java/tests/wox/serial/tests/SerializationTests.java

Diff revisions: vs.
  @@ -11,6 +11,21 @@
11 11 import ClaimPortal.*;
12 12 import wox.serial.*;
13 13
14 + /**
15 + * Version: 1.0
16 + * Author: Carlos R. Jaimez Gonzalez
17 + * Author: Simon M. Lucas
18 + * Site: http://woxserializer.sourceforge.net/
19 + *
20 + * Version: 1.5
21 + * Author: Steven M Lewis
22 + *
23 + * Version: 2.0
24 + * Author: George Smith
25 + * SVN: http://svn.xp-dev.com/svn/WOX2/
26 + * Note: XML form for vs 2 is more compact and therefor incompatible with vs 1
27 + */
28 +
14 29 @SuppressWarnings({"unchecked", "FieldCanBeLocal"})
15 30 public class SerializationTests extends TestCase
16 31 {