1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Reenable throwing exception.

This commit is contained in:
Alain Magloire 2002-10-01 12:22:29 +00:00
parent 103c42de84
commit a03ec0415c

View file

@ -122,7 +122,7 @@ public class Value extends CObject implements ICDIValue {
}
} catch (MIException e) {
//throw new CDIException(e.getMessage());
throw new CDIException(e.getMessage());
}
return variables;
}