commit | 21352ac18c2c3e82641fcb56f79c017b63eb6484 | [log] [tgz] |
---|---|---|
author | skannoori <skannoori> | Wed Mar 21 23:06:10 2007 +0000 |
committer | skannoori <skannoori> | Wed Mar 21 23:06:10 2007 +0000 |
tree | 8a197d3eb01f8440525a44c27cf0bdc4f07754c6 | |
parent | d25a4494a94540adece909b581f4deb86719141c [diff] |
jh: fix bug 178683 exception opening old Examples
diff --git a/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java b/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java index 4671219..f0e1b66 100755 --- a/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java +++ b/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java
@@ -2396,14 +2396,14 @@ if (e == null) { return false; } - if (e instanceof Example) - return true; - if (e instanceof ReusableAsset) - return true; +// if (e instanceof Example) +// return true; +// if (e instanceof ReusableAsset) +// return true; if (e instanceof Template) return true; - if (e instanceof Whitepaper) - return true; +// if (e instanceof Whitepaper) +// return true; return false; }