We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d1ee4 commit 00aa699Copy full SHA for 00aa699
exist-core/src/test/java/org/exist/xquery/functions/fn/transform/FunTransformTest.java
@@ -175,7 +175,11 @@ private static class SourceWithLocation implements Source {
175
public void setSystemId(String systemId) {
176
}
177
178
- // implementation solely to conform to interface for test use
+ /**
179
+ * implementation solely to conform to interface for test use
180
+ *
181
+ * @return always returns null; not expected to be called
182
+ */
183
@Override
184
public String getSystemId() {
185
return null;
0 commit comments