Java: Avoid overlapping import

Importing `AutomodelEndpointTypes` inside `AutomodelSharedUtil` non-privately made it overlap with the imports in the candidate extraction queries.
This commit is contained in:
Taus
2023-05-23 13:16:01 +00:00
committed by Stephan Brandauer
parent db61a2d099
commit 04b8bf35d4

View File

@@ -1,4 +1,4 @@
import AutomodelEndpointTypes as AutomodelEndpointTypes
private import AutomodelEndpointTypes as AutomodelEndpointTypes
/**
* A helper class to represent a string value that can be returned by a query using $@ notation.