Skip to content

Commit af7cf5b

Browse files
author
Vladimir Kotal
committed
use Deprecated annotation for setTags()
1 parent c1e1c2d commit af7cf5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ public void setFiles(SortedSet<String> files) {
181181
/**
182182
* The method is kept only for backward compatibility to avoid warnings when deserializing objects
183183
* 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.
184185
*/
186+
@Deprecated
185187
public void setTags(String tags) {
186188
}
187189

0 commit comments

Comments
 (0)