forked from apache/struts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WW-4531- Improve javadoc to be compatible with more strict JDK8 javad…
…oc standard
- Loading branch information
Showing
297 changed files
with
9,840 additions
and
7,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ | |
* @author Rainer Hermanns | ||
* @author Revised by <a href="mailto:[email protected]">Henry Hu</a> | ||
* @author tmjee | ||
* @version $Date$ $Id$ | ||
* @since 2005-8-6 | ||
*/ | ||
public class DefaultActionProxy implements ActionProxy, Serializable { | ||
|
@@ -74,6 +73,13 @@ public class DefaultActionProxy implements ActionProxy, Serializable { | |
* </p> | ||
* | ||
* (like a RMIActionProxy). | ||
* | ||
* @param inv the action invocation | ||
* @param namespace the namespace | ||
* @param actionName the action name | ||
* @param methodName the method name | ||
* @param executeResult execute result | ||
* @param cleanupContext cleanup context | ||
*/ | ||
protected DefaultActionProxy(ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext) { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* DefaultTextProvider gets texts from only the default resource bundles associated with the | ||
* LocalizedTextUtil. | ||
* | ||
* @author Jason Carreira <[email protected]> | ||
* @author Jason Carreira [email protected] | ||
* @author Rainer Hermanns | ||
* @see LocalizedTextUtil#addDefaultResourceBundle(String) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.