Fix duplicated comment

This commit is contained in:
Jonathan Leitschuh
2022-03-02 19:54:04 -05:00
parent 85de9f305e
commit fea50065f5

View File

@@ -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) {