From 888c7e7695c26eb18af23dd36dfcde75aef07964 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Oct 2012 15:28:34 +0000 Subject: Moved package-info.java into the gats dir. Apparently this is an issue when using the parametrs that eclipse uses, it was complaining. It doesn't do that with the params to javac I use on the command line. --- java/com/xagasoft/gats/package-info.java | 44 ++++++++++++++++++++++++++++++++ java/com/xagasoft/package-info.java | 44 -------------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 java/com/xagasoft/gats/package-info.java delete mode 100644 java/com/xagasoft/package-info.java diff --git a/java/com/xagasoft/gats/package-info.java b/java/com/xagasoft/gats/package-info.java new file mode 100644 index 0000000..9f4824e --- /dev/null +++ b/java/com/xagasoft/gats/package-info.java @@ -0,0 +1,44 @@ +/** + * The Generalized Agile Transport System. + * + * This package contains interfaces for working with GATS. GATS is used to + * serialize data structures to and from storage as well as over the network. + *

+ * GATS has a number of advantages over other systems for doing serialization. + *

+ * + * GATS uses a generalized data structure for storing data which + * supports the following data types: + * + * + * Please see {@link com.xagasoft.gats.GatsOutputStream} for more information + * about how GATS is encoded. + * + *@author Mike Buland + */ +package com.xagasoft.gats; diff --git a/java/com/xagasoft/package-info.java b/java/com/xagasoft/package-info.java deleted file mode 100644 index bcc033d..0000000 --- a/java/com/xagasoft/package-info.java +++ /dev/null @@ -1,44 +0,0 @@ -/** - * The Generalized Agile Transport System. - * - * This package contains interfaces for working with GATS. GATS is used to - * serialize data structures to and from storage as well as over the network. - *

- * GATS has a number of advantages over other systems for doing serialization. - *

- * - * GATS uses a structed, generalized data structure for storing data which - * supports the following datatypes: - * - * - * Please see {@link com.xagasoft.gats.GatsOutputStream} for more information - * about how GATS is encoded. - * - *@author Mike Buland - */ -package com.xagasoft.gats; -- cgit v1.2.3