We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bffab commit ec6d55eCopy full SHA for ec6d55e
opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java
@@ -183,7 +183,7 @@ public void setFiles(SortedSet<String> files) {
183
* from the previous format. The tags were moved to the {@link History} class.
184
* Will be removed sometime after the OpenGrok 1.8.0 version.
185
*/
186
- @Deprecated(since = "1.7.11")
+ @Deprecated(since = "1.7.11", forRemoval = true)
187
public void setTags(String tags) {
188
}
189
0 commit comments