Skip to content

Commit 99bffab

Browse files
author
Vladimir Kotal
committed
add the since element
1 parent af7cf5b commit 99bffab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void setFiles(SortedSet<String> files) {
183183
* from the previous format. The tags were moved to the {@link History} class.
184184
* Will be removed sometime after the OpenGrok 1.8.0 version.
185185
*/
186-
@Deprecated
186+
@Deprecated(since = "1.7.11")
187187
public void setTags(String tags) {
188188
}
189189

0 commit comments

Comments
 (0)