Skip to content

Commit b79711b

Browse files
committed
Move deprecated notice to top of comment
1 parent 6dbdc9e commit b79711b

File tree

1 file changed

+2
-2
lines changed
  • go/ql/lib/semmle/go/frameworks/stdlib

1 file changed

+2
-2
lines changed

go/ql/lib/semmle/go/frameworks/stdlib/Fmt.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import go
88
/** Provides models of commonly used functions in the `fmt` package. */
99
module Fmt {
1010
/**
11-
* The `Sprint` or `Append` functions or one of their variants.
12-
*
1311
* DEPRECATED: Use AppenderOrSprinterFunc instead.
12+
*
13+
* The `Sprint` or `Append` functions or one of their variants.
1414
*/
1515
deprecated class AppenderOrSprinter extends TaintTracking::FunctionModel {
1616
AppenderOrSprinter() { this.hasQualifiedName("fmt", ["Append", "Sprint"] + ["", "f", "ln"]) }

0 commit comments

Comments
 (0)