mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Fix duplicated comment
This commit is contained in:
@@ -2,7 +2,6 @@ import java
|
||||
private import semmle.code.java.frameworks.apache.Lang
|
||||
|
||||
/**
|
||||
* Gets Expr that return the value of `propertyName` from `System.getProperty()`.
|
||||
* Gets Expr that return the value of `propertyName` from `System.getProperty()`.
|
||||
*/
|
||||
Expr getSystemProperty(string propertyName) {
|
||||
|
||||
Reference in New Issue
Block a user