Java: Fix PR feedback

This commit is contained in:
Dave Bartolomeo
2021-05-10 16:37:23 -04:00
parent d9f243d18a
commit f85aff869c

View File

@@ -148,8 +148,8 @@ class Container extends @container, Top {
/**
* Gets a textual representation of this container.
*
* The default implementation returns the absolute path to the container, but subclasses may
* 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
* `Container.getAbsolutePath()` directly.
*/
override string toString() { result = getAbsolutePath() }