diff options
Diffstat (limited to 'java/test/Ice/seqMappingAMD/Serialize/Struct.java')
-rw-r--r-- | java/test/Ice/seqMappingAMD/Serialize/Struct.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/java/test/Ice/seqMappingAMD/Serialize/Struct.java b/java/test/Ice/seqMappingAMD/Serialize/Struct.java deleted file mode 100644 index c40d95b3c75..00000000000 --- a/java/test/Ice/seqMappingAMD/Serialize/Struct.java +++ /dev/null @@ -1,18 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -package Serialize; - -public class Struct implements java.io.Serializable // Used to test that null members marshal correctly. -{ - public Object o; - public Object o2; - public String s; - public String s2; -} |