This commit is contained in:
pedemont%us.ibm.com 2005-01-13 17:26:26 +00:00
Родитель 8c897ebd7d
Коммит 5573ed19fb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -68,7 +68,7 @@ public class TestProps {
componentManager.createInstanceByContractID(NS_PROPERTIES_CONTRACTID, null,
nsIProperties.NS_IPROPERTIES_IID);
if (props == null) {
throw new RuntimeException("Failed to create nsIMutableArray.");
throw new RuntimeException("Failed to create nsIProperties.");
}
// create the nsISupports objects we will use