dion 2004/09/08 21:05:48
Modified: jelly/src/java/org/apache/commons/jelly CompilableTag.java
Log:
Style test
Revision Changes Path
1.10 +5 -4
jakarta-commons/jelly/src/java/org/apache/commons/jelly/CompilableTag.java
Index: CompilableTag.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/CompilableTag.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- CompilableTag.java 24 Feb 2004 14:15:40 -0000 1.9
+++ CompilableTag.java 9 Sep 2004 04:05:48 -0000 1.10
@@ -1,6 +1,6 @@
/*
* Copyright 2002,2004 The Apache Software Foundation.
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -26,11 +26,12 @@
/**
* Called by the parser to allow a more tag to create a more efficient
- * format of the tag
+ * format of the tag.
+ * @throws JellyException on any error
*/
// #### should this return Tag?
- public void compile() throws JellyException;
+ void compile() throws JellyException;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]