Java: Add change note for StringLiteral.getRepresentedString() deprecation

This commit is contained in:
Marcono1234
2021-10-29 15:21:55 +02:00
parent e1516b4e9d
commit b284e727a9

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* The predicate `StringLiteral.getRepresentedString()` has been deprecated for removal in a future version because it is just an alias for `getValue()`. That predicate should be used instead.