Skip to content

Commit 00aa699

Browse files
committed
[bugfix] document comment instead of line comment
1 parent e7d1ee4 commit 00aa699

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exist-core/src/test/java/org/exist/xquery/functions/fn/transform/FunTransformTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,11 @@ private static class SourceWithLocation implements Source {
175175
public void setSystemId(String systemId) {
176176
}
177177

178-
// implementation solely to conform to interface for test use
178+
/**
179+
* implementation solely to conform to interface for test use
180+
*
181+
* @return always returns null; not expected to be called
182+
*/
179183
@Override
180184
public String getSystemId() {
181185
return null;

0 commit comments

Comments
 (0)