forgot to delete the merging line
This commit is contained in:
parent
f3c504769b
commit
3d92f041f3
|
|
@ -45,12 +45,9 @@ import org.broadinstitute.sting.utils.text.XReadLines;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.lang.annotation.Annotation;
|
import java.lang.annotation.Annotation;
|
||||||
<<<<<<< HEAD
|
|
||||||
import java.net.HttpURLConnection;
|
import java.net.HttpURLConnection;
|
||||||
import java.net.MalformedURLException;
|
import java.net.MalformedURLException;
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
=======
|
|
||||||
>>>>>>> Added the ability to update the Forum
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -576,4 +573,4 @@ public class GATKDoclet {
|
||||||
|
|
||||||
return parts[0];
|
return parts[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue