- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getImportedFrom (0.07 seconds)
-
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;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 13.5K bytes - Click Count (0)