This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
The following commit(s) were added to refs/heads/master by this push:
new c80b476 No need to use the java.lang package name in Javadoc
references.
c80b476 is described below
commit c80b476d20e2a795884dfe65b843b79294080839
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 3 17:35:40 2022 -0400
No need to use the java.lang package name in Javadoc references.
---
src/main/java/org/apache/commons/scxml2/SCXMLSystemContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/scxml2/SCXMLSystemContext.java
b/src/main/java/org/apache/commons/scxml2/SCXMLSystemContext.java
index e03642d..806c1c3 100644
--- a/src/main/java/org/apache/commons/scxml2/SCXMLSystemContext.java
+++ b/src/main/java/org/apache/commons/scxml2/SCXMLSystemContext.java
@@ -77,7 +77,7 @@ public class SCXMLSystemContext implements Context,
Serializable {
/**
* Initialize or replace systemContext
* @param systemContext the system context to set
- * @throws java.lang.NullPointerException if systemContext == null
+ * @throws NullPointerException if systemContext == null
*/
void setSystemContext(final Context systemContext) {
if (this.systemContext != null) {