[ofbiz-framework] branch trunk updated: Improved: Corrected typo in license header text in ModelActionVisitor.java, ModelConditionVisitor.java and ModelFieldVisitor.java. While working on some checkstyle issues, I found this typo.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Corrected typo in license header text in ModelActionVisitor.java, ModelConditionVisitor.java and ModelFieldVisitor.java. While working on some checkstyle issues, I found this typo.

surajk
This is an automated email from the ASF dual-hosted git repository.

surajk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a38fa69  Improved: Corrected typo in license header text in ModelActionVisitor.java, ModelConditionVisitor.java and ModelFieldVisitor.java. While working on some checkstyle issues, I found this typo.
a38fa69 is described below

commit a38fa69e572d81dbc3eadacf73bb669e56492fde
Author: Suraj Khurana <[hidden email]>
AuthorDate: Wed Jul 8 11:12:07 2020 +0530

    Improved: Corrected typo in license header text in ModelActionVisitor.java, ModelConditionVisitor.java and ModelFieldVisitor.java. While working on some checkstyle issues, I found this typo.
---
 .../src/main/java/org/apache/ofbiz/widget/model/ModelActionVisitor.java | 2 +-
 .../main/java/org/apache/ofbiz/widget/model/ModelConditionVisitor.java  | 2 +-
 .../src/main/java/org/apache/ofbiz/widget/model/ModelFieldVisitor.java  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelActionVisitor.java b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelActionVisitor.java
index 1d0864e..88c2f41 100644
--- a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelActionVisitor.java
+++ b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelActionVisitor.java
@@ -4,7 +4,7 @@
  * distributed with this work for additional information
  * regarding copyright ownership.  The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
- * "License") throws Exception ; you may not use this file except in compliance
+ * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
diff --git a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelConditionVisitor.java b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelConditionVisitor.java
index 6d9a1e4..fd3934d 100644
--- a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelConditionVisitor.java
+++ b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelConditionVisitor.java
@@ -4,7 +4,7 @@
  * distributed with this work for additional information
  * regarding copyright ownership.  The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
- * "License") throws Exception ; you may not use this file except in compliance
+ * "License") you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
diff --git a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelFieldVisitor.java b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelFieldVisitor.java
index db4c78f..26ab9c1 100644
--- a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelFieldVisitor.java
+++ b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelFieldVisitor.java
@@ -4,7 +4,7 @@
  * distributed with this work for additional information
  * regarding copyright ownership.  The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
- * "License") throws Exception ; you may not use this file except in compliance
+ * "License") you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0