bug 12005: java reflection was breaking due to parameter in the constructor

This commit is contained in:
Abhinandan Prateek 2011-12-14 09:54:12 +05:30
parent e12c5fed42
commit cf080277ed
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ public class CitrixHelper {
private static final HashMap<String, String> _xenServerGuestOsMap = new HashMap<String, String>(70);
private static final HashMap<String, String> _xenServer56FP1GuestOsMap = new HashMap<String, String>(70);
private static final HashMap<String, String> _xenServer56FP2GuestOsMap = new HashMap<String, String>(70);
private static final ArrayList<String> _guestOsList = new ArrayList<String>(70);
static {