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 d9f243d commit f85aff8Copy full SHA for f85aff8
java/ql/src/semmle/code/FileSystem.qll
@@ -148,8 +148,8 @@ class Container extends @container, Top {
148
/**
149
* Gets a textual representation of this container.
150
*
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
+ * The default implementation gets the absolute path to the container, but subclasses may override
+ * to provide a different result. To get the absolute path of any `Container`, call
153
* `Container.getAbsolutePath()` directly.
154
*/
155
override string toString() { result = getAbsolutePath() }
0 commit comments