From 40a9d99496e098562f090fb7ffce9e749011b131 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 20 May 2024 17:58:16 -0400 Subject: Formatting pass --- .../java/net/wotonomy/web/WOActionResults.java | 38 +++++++++------------- 1 file changed, 16 insertions(+), 22 deletions(-) (limited to 'projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java') diff --git a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java index 377345c..cc95697 100644 --- a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java +++ b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java @@ -19,33 +19,27 @@ License along with this library; if not, see http://www.gnu.org package net.wotonomy.web; /** -* An interface defining the results of a DirectAction. -* Implemented by both WOResponse and WOComponent so both -* can be returned from a DirectAction. -* -* @author michael@mpowers.net -* @author $Author: cgruber $ -* @version $Revision: 893 $ -*/ -public interface WOActionResults -{ -/** -* Returns a response object as appropriate for the target. -*/ - WOResponse generateResponse (); + * An interface defining the results of a DirectAction. Implemented by both + * WOResponse and WOComponent so both can be returned from a DirectAction. + * + * @author michael@mpowers.net + * @author $Author: cgruber $ + * @version $Revision: 893 $ + */ +public interface WOActionResults { + /** + * Returns a response object as appropriate for the target. + */ + WOResponse generateResponse(); } /* - * $Log$ - * Revision 1.1 2006/02/16 13:22:22 cgruber - * Check in all sources in eclipse-friendly maven-enabled packages. + * $Log$ Revision 1.1 2006/02/16 13:22:22 cgruber Check in all sources in + * eclipse-friendly maven-enabled packages. * - * Revision 1.1.1.1 2000/12/21 15:52:44 mpowers - * Contributing wotonomy. + * Revision 1.1.1.1 2000/12/21 15:52:44 mpowers Contributing wotonomy. * - * Revision 1.2 2000/12/20 16:25:49 michael - * Added log to all files. + * Revision 1.2 2000/12/20 16:25:49 michael Added log to all files. * * */ - -- cgit v1.2.3