Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed: Remove unused type parameters (OFBIZ-10909)
No functional change. git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1857087 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
with
36 additions
and 36 deletions.
- +3 −3 framework/base/src/main/java/org/apache/ofbiz/base/test/GenericTestCaseBase.java
- +8 −8 framework/base/src/main/java/org/apache/ofbiz/base/util/cache/test/UtilCacheTests.java
- +8 −8 framework/entity/src/main/java/org/apache/ofbiz/entity/condition/EntityClause.java
- +1 −1 framework/entity/src/main/java/org/apache/ofbiz/entity/condition/EntityComparisonOperator.java
- +2 −2 framework/entity/src/main/java/org/apache/ofbiz/entity/condition/EntityExpr.java
- +1 −1 framework/entity/src/main/java/org/apache/ofbiz/entity/condition/EntityJoinOperator.java
- +9 −9 framework/entity/src/main/java/org/apache/ofbiz/entity/condition/EntityOperator.java
- +2 −2 framework/entity/src/main/java/org/apache/ofbiz/entity/finder/EntityFinderUtil.java
- +2 −2 framework/service/src/main/java/org/apache/ofbiz/service/mail/MimeMessageWrapper.java
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
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
@@ -37,7 +37,7 @@ | ||
* | ||
*/ | ||
@SuppressWarnings("serial") | ||
public class EntityJoinOperator extends EntityOperator<EntityCondition, EntityCondition> { | ||
|
||
protected boolean shortCircuitValue; | ||
|
||
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