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:
Michael Dick 2009-04-15 15:06:53 +00:00
parent 21b41a50fe
commit 9696252e4d
3 changed files with 32 additions and 31 deletions

View File

@ -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);

View File

@ -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>