Java: Move file.

This commit is contained in:
Anders Schack-Mulligen
2022-08-29 11:50:54 +02:00
parent 3e5155d1a1
commit adfd474fee
4 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ private import DataFlowUtil
private import semmle.code.java.dataflow.InstanceAccess
private import semmle.code.java.dataflow.FlowSummary
private import semmle.code.java.dispatch.VirtualDispatch as VirtualDispatch
private import semmle.code.java.dispatch.Unification
private import semmle.code.java.dispatch.internal.Unification
private module DispatchImpl {
/** Gets a viable implementation of the target of the given `Call`. */