From 40a9d99496e098562f090fb7ffce9e749011b131 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 20 May 2024 17:58:16 -0400 Subject: Formatting pass --- .../net/wotonomy/control/EOKeyValueArchiving.java | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'projects/net.wotonomy.persistence/src/main/java/net/wotonomy/control/EOKeyValueArchiving.java') diff --git a/projects/net.wotonomy.persistence/src/main/java/net/wotonomy/control/EOKeyValueArchiving.java b/projects/net.wotonomy.persistence/src/main/java/net/wotonomy/control/EOKeyValueArchiving.java index 0d9f78c..97a1338 100644 --- a/projects/net.wotonomy.persistence/src/main/java/net/wotonomy/control/EOKeyValueArchiving.java +++ b/projects/net.wotonomy.persistence/src/main/java/net/wotonomy/control/EOKeyValueArchiving.java @@ -18,24 +18,23 @@ License along with this library; if not, see http://www.gnu.org package net.wotonomy.control; /** - * Remember that this method is also part of the interface: - * public static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver) + * Remember that this method is also part of the interface: public static Object + * decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver) * -* @author ezamudio@nasoft.com -* @author $Author: cgruber $ -* @version $Revision: 893 $ -*/ + * @author ezamudio@nasoft.com + * @author $Author: cgruber $ + * @version $Revision: 893 $ + */ public interface EOKeyValueArchiving { public abstract void encodeWithKeyValueArchiver(EOKeyValueArchiver archiver); } /* - * $Log$ - * Revision 1.1 2006/02/16 13:19:57 cgruber - * Check in all sources in eclipse-friendly maven-enabled packages. + * $Log$ Revision 1.1 2006/02/16 13:19:57 cgruber Check in all sources in + * eclipse-friendly maven-enabled packages. * - * Revision 1.1 2003/08/09 01:17:53 chochos - * Part of the EOKeyValueArchiving protocol (archives objects into NSDictionaries and vice-versa) + * Revision 1.1 2003/08/09 01:17:53 chochos Part of the EOKeyValueArchiving + * protocol (archives objects into NSDictionaries and vice-versa) * */ \ No newline at end of file -- cgit v1.2.3