Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04b8bf3

Browse files
tausbnStephan Brandauer
authored andcommitted
Java: Avoid overlapping import
Importing `AutomodelEndpointTypes` inside `AutomodelSharedUtil` non-privately made it overlap with the imports in the candidate extraction queries.
1 parent db61a2d commit 04b8bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/Telemetry/AutomodelSharedUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import AutomodelEndpointTypes as AutomodelEndpointTypes
1+
private import AutomodelEndpointTypes as AutomodelEndpointTypes
22

33
/**
44
* A helper class to represent a string value that can be returned by a query using $@ notation.

0 commit comments

Comments
 (0)