File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/sql Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ public String getCtagsLang() {
50
50
* Gets a version number to be used to tag processed documents so that
51
51
* re-analysis can be re-done later if a stored version number is different
52
52
* from the current implementation.
53
- * @return 20180208_00
53
+ * @return 20191216_00
54
54
*/
55
55
@ Override
56
56
protected int getSpecializedVersionNo () {
57
- return 20180208_00 ; // Edit comment above too!
57
+ return 20191216_00 ; // Edit comment above too!
58
58
}
59
59
60
60
/**
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ public String getCtagsLang() {
50
50
* Gets a version number to be used to tag processed documents so that
51
51
* re-analysis can be re-done later if a stored version number is different
52
52
* from the current implementation.
53
- * @return 20180208_00
53
+ * @return 20191216_00
54
54
*/
55
55
@ Override
56
56
protected int getSpecializedVersionNo () {
57
- return 20180208_00 ; // Edit comment above too!
57
+ return 20191216_00 ; // Edit comment above too!
58
58
}
59
59
60
60
/**
You can’t perform that action at this time.
0 commit comments