Skip to content

Commit f85aff8

Browse files
author
Dave Bartolomeo
committed
Java: Fix PR feedback
1 parent d9f243d commit f85aff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/semmle/code/FileSystem.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ class Container extends @container, Top {
148148
/**
149149
* Gets a textual representation of this container.
150150
*
151-
* The default implementation returns the absolute path to the container, but subclasses may
152-
* may override to provide a different result. To get the absolute path for any `Container`, call
151+
* The default implementation gets the absolute path to the container, but subclasses may override
152+
* to provide a different result. To get the absolute path of any `Container`, call
153153
* `Container.getAbsolutePath()` directly.
154154
*/
155155
override string toString() { result = getAbsolutePath() }

0 commit comments

Comments
 (0)