View | Details | Raw Unified | Return to bug 21210
Collapse All | Expand All

(-)JavaUIHelp.java (-1 / +1 lines)
Lines 152-158 Link Here
152
				}
152
				}
153
			}
153
			}
154
			fHelpResources= (IHelpResource[]) helpResources.toArray(new IHelpResource[helpResources.size()]);
154
			fHelpResources= (IHelpResource[]) helpResources.toArray(new IHelpResource[helpResources.size()]);
155
			if (fText == null && fText.length() == 0) {
155
			if (fText == null || fText.length() == 0) {
156
				if (context != null) {
156
				if (context != null) {
157
					fText= context.getText();
157
					fText= context.getText();
158
				}
158
				}

Return to bug 21210