Roll versions
[ccsdk/features.git] / sdnr / wt / devicemanager / provider / src / test / java / org / elasticsearch / bootstrap / JarHell.java
1 package org.elasticsearch.bootstrap;
2 import java.net.URL;
3 public class JarHell {
4     private JarHell() {}
5     public static void checkJarHell() throws Exception {}
6     public static void checkJarHell(URL urls[]) throws Exception {}
7     public static void checkVersionFormat(String targetVersion) {}
8     public static void checkJavaVersion(String resource, String targetVersion) {}
9     public static URL[] parseClassPath() {return new URL[]{};}
10 }