Skip to content

Commit 442de2e

Browse files
committed
Java: Add qldoc.
1 parent ed6c179 commit 442de2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ private newtype TUnit = TMkUnit()
55

66
/** The trivial type with a single element. */
77
class Unit extends TUnit {
8+
/** Gets a textual representation of this element. */
89
string toString() { result = "unit" }
910
}

0 commit comments

Comments
 (0)