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 af7cf5b commit 99bffabCopy full SHA for 99bffab
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
+ @Deprecated(since = "1.7.11")
187
public void setTags(String tags) {
188
}
189
0 commit comments