fix DescriptionRendeder broken in 9ef4790976

This commit is contained in:
Stepan Koltsov
2011-11-25 15:49:22 +04:00
parent dce0746bd9
commit 2396287753
@@ -73,7 +73,7 @@ public class DescriptorRenderer implements Renderer {
}
public String renderType(JetType type) {
if (type != null) {
if (type == null) {
return escape("<?>");
} else {
return escape(type.toString());