This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 12e2ce3 This fixes the javadoc error when release. The rest of the
amf sample project reports now build success with javadocs
12e2ce3 is described below
commit 12e2ce341d94e18bd66878720f407fdbca023be7
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Sep 30 17:46:39 2018 +0200
This fixes the javadoc error when release. The rest of the amf sample
project reports now build success with javadocs
---
.../royale/net/remoting/amf/adapter/AMFCompressionException.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java
b/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java
index 530153a..acfbbeb 100644
---
a/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java
+++
b/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java
@@ -28,7 +28,7 @@ public class AMFCompressionException extends RuntimeException
{
/**
* Creates an exception with an error code.
*
- * @param code
+ * @param compressionError
*/
public AMFCompressionException(AMFCompressionError compressionError) {
super(compressionError.getMessage());
@@ -37,7 +37,7 @@ public class AMFCompressionException extends RuntimeException
{
/**
* Creates an exception with an error code and cause.
*
- * @param code
+ * @param compressionError
* @param cause
*/
public AMFCompressionException(AMFCompressionError compressionError,
Throwable cause) {