mirror of https://github.com/apache/maven.git
Fix IT compilation problem with recent merges (#297)
This commit is contained in:
parent
c6d8f2fea6
commit
f0fca33818
|
@ -48,4 +48,9 @@ public class PathSource implements Source {
|
|||
public String getLocation() {
|
||||
return path.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Source resolve(String s) {
|
||||
return new PathSource(path.resolve(s));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue