Skip to content

Commit

Permalink
issue #176: fix import in PackageCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Mar 23, 2021
1 parent 639a7c7 commit d983428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ package org.beryx.jlink.util
import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import groovy.transform.ToString
import jdk.internal.org.objectweb.asm.Type
import org.gradle.api.logging.Logger
import org.gradle.api.logging.Logging
import org.objectweb.asm.Type

@ToString
@CompileStatic
Expand Down

0 comments on commit d983428

Please sign in to comment.