File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/com/falsepattern/lib/internal/impl/dependencies Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
import com .falsepattern .lib .DeprecationDetails ;
24
24
import com .falsepattern .lib .dependencies .Library ;
25
- import com .falsepattern .lib .dependencies .RawVersion ;
26
25
import com .falsepattern .lib .dependencies .SemanticVersion ;
27
26
import com .falsepattern .lib .dependencies .Version ;
28
27
import com .falsepattern .lib .internal .Internet ;
Original file line number Diff line number Diff line change 19
19
* along with this program. If not, see <https://www.gnu.org/licenses/>.
20
20
*/
21
21
22
- package com .falsepattern .lib .dependencies ;
22
+ package com .falsepattern .lib .internal . impl . dependencies ;
23
23
24
+ import com .falsepattern .lib .dependencies .ComplexVersion ;
25
+ import com .falsepattern .lib .dependencies .SemanticVersion ;
26
+ import com .falsepattern .lib .dependencies .Version ;
24
27
import org .jetbrains .annotations .NotNull ;
25
28
26
29
public class RawVersion extends Version {
You can’t perform that action at this time.
0 commit comments