mirror of https://github.com/apache/cloudstack.git
bug 12005: java reflection was breaking due to parameter in the constructor
This commit is contained in:
parent
e12c5fed42
commit
cf080277ed
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue