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 c1e1c2d commit af7cf5bCopy full SHA for af7cf5b
opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java
@@ -181,7 +181,9 @@ public void setFiles(SortedSet<String> files) {
181
/**
182
* The method is kept only for backward compatibility to avoid warnings when deserializing objects
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
187
public void setTags(String tags) {
188
}
189
0 commit comments