Suppress 14 Eclipse warnings about discouraged access to restricted APIs

Based on what this code seems to be doing, there's really no
officially-sanctioned alternative to the APIs we're using here.
This commit is contained in:
Ben Liblit 2017-03-28 17:25:53 -05:00
parent 7a160d4b06
commit c522344f67
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ import com.ibm.wala.util.functions.Function;
import com.ibm.wala.util.graph.Graph;
import com.ibm.wala.util.graph.impl.SlowSparseNumberedGraph;
@SuppressWarnings("restriction")
public class JsdtUtil {
public static URL getPrologueFile(String file, Plugin plugin) {