mirror of https://github.com/apache/openjpa.git
OPENJPA-1040 reset build flag and fix line length problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21b41a50fe
commit
9696252e4d
|
@ -360,7 +360,8 @@ public class AnnotationProcessor6 extends AbstractProcessor {
|
||||||
/**
|
/**
|
||||||
* Collect members for the given type which uses explicit field access.
|
* Collect members for the given type which uses explicit field access.
|
||||||
*/
|
*/
|
||||||
private List<Element> getPropertyAccessPersistentMembers(TypeElement type) {
|
private List<Element> getPropertyAccessPersistentMembers(TypeElement type)
|
||||||
|
{
|
||||||
List<? extends Element> allMembers = type.getEnclosedElements();
|
List<? extends Element> allMembers = type.getEnclosedElements();
|
||||||
Set<ExecutableElement> allMethods = (Set<ExecutableElement>)
|
Set<ExecutableElement> allMethods = (Set<ExecutableElement>)
|
||||||
filter(allMembers, methodFilter, nonTransientFilter);
|
filter(allMembers, methodFilter, nonTransientFilter);
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -682,7 +682,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${checkstyle.config.location}</configLocation>
|
<configLocation>${checkstyle.config.location}</configLocation>
|
||||||
<failsOnError>false</failsOnError>
|
<failsOnError>true</failsOnError>
|
||||||
<consoleOutput>true</consoleOutput>
|
<consoleOutput>true</consoleOutput>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
Loading…
Reference in New Issue