Author: fanningpj
Date: Wed Jun 1 15:34:41 2022
New Revision: 1901525
URL: http://svn.apache.org/viewvc?rev=1901525&view=rev
Log:
[XMLBEANS-567] revert accidental change
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/config/ChildSolverCollectionStrategy.java
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/config/ChildSolverCollectionStrategy.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/config/ChildSolverCollectionStrategy.java?rev=1901525&r1=1901524&r2=1901525&view=diff
==============================================================================
---
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/config/ChildSolverCollectionStrategy.java
(original)
+++
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/config/ChildSolverCollectionStrategy.java
Wed Jun 1 15:34:41 2022
@@ -105,7 +105,7 @@ class ChildSolverCollectionStrategy impl
@Override
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs)
throws IOException {
if (javaMatcher.matches(file)) {
- if
(roots.stream().map(Path::toAbsolutePath).noneMatch(file.toAbsolutePath()::startsWith))
{Sc
+ if
(roots.stream().map(Path::toAbsolutePath).noneMatch(file.toAbsolutePath()::startsWith))
{
getRoot(file).ifPresent(r -> {
getSolver().add(new JavaParserTypeSolver(r,
getParserConfiguration()));
roots.add(r);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]