import the non-deprecated NfaUtils in the overly-large-range query

This commit is contained in:
erik-krogh 2022-08-16 11:21:43 +02:00
Родитель 7a47551027
Коммит 8e6a36256c
Не найден ключ, соответствующий данной подписи
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -4,7 +4,7 @@
// We don't need the NFA utils, just the regexp tree.
// but the below is a nice shared library that exposes the API we need.
import performance.ReDoSUtil
import regexp.NfaUtils
/**
* Gets a rank for `range` that is unique for ranges in the same file.

Просмотреть файл

@ -4,7 +4,7 @@
// We don't need the NFA utils, just the regexp tree.
// but the below is a nice shared library that exposes the API we need.
import performance.ReDoSUtil
import regexp.NfaUtils
/**
* Gets a rank for `range` that is unique for ranges in the same file.

Просмотреть файл

@ -4,7 +4,7 @@
// We don't need the NFA utils, just the regexp tree.
// but the below is a nice shared library that exposes the API we need.
import performance.ReDoSUtil
import regexp.NfaUtils
/**
* Gets a rank for `range` that is unique for ranges in the same file.

Просмотреть файл

@ -4,7 +4,7 @@
// We don't need the NFA utils, just the regexp tree.
// but the below is a nice shared library that exposes the API we need.
import performance.ReDoSUtil
import regexp.NfaUtils
/**
* Gets a rank for `range` that is unique for ranges in the same file.