- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getImportedFrom (0.06 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/InputLocation.java
e -> e.getKey(), e -> e.getValue() == location ? this : new InputLocation(e.getValue()))); this.importedFrom = location.getImportedFrom() != null ? new InputLocation(location.getImportedFrom()) : null; } public InputLocation(int lineNumber, int columnNumber) { this.lineNumber = lineNumber; this.columnNumber = columnNumber;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 13.5K bytes - Viewed (0)