Skip to content

Commit

Permalink
Do not use deprecated classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Apr 18, 2019
1 parent 7354424 commit b4867af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
import org.graalvm.nativeimage.ImageSingletons;
import org.graalvm.nativeimage.Platform;
import org.graalvm.nativeimage.Platforms;
import org.graalvm.nativeimage.RuntimeReflection;
import org.graalvm.nativeimage.hosted.Feature;
import org.graalvm.nativeimage.hosted.RuntimeReflection;

import com.oracle.graal.pointsto.meta.AnalysisType;
import com.oracle.graal.pointsto.meta.AnalysisUniverse;
Expand Down

0 comments on commit b4867af

Please sign in to comment.