Cosmetics: removal of end-of-line whitespace

This commit is contained in:
igor%mir2.org 2005-08-14 14:24:52 +00:00
Родитель 426e18a14f
Коммит 0d0657b898
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3304,7 +3304,7 @@ public class ScriptRuntime {
// XXX Use value for better error reporting
String msg = (messageHelper == null)
? "null" : messageHelper.toString();
return typeError2("msg.isnt.function", msg,
return typeError2("msg.isnt.function", msg,
value == null ? "null" : value.getClass().getName());
}