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

(-)a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/ModelUtils.java (-1 / +3 lines)
Lines 131-137 Link Here
131
						break;
131
						break;
132
					}
132
					}
133
				} else {
133
				} else {
134
					System.err.println("Not a valid list position.");
134
					System.err.println("Position '" + positionInList + "' defined in '" 
135
							+ container.getElementId() + "' is no not a valid list position. See"
136
							+ Position.class.getCanonicalName() + " for valid definitions.");
135
				}
137
				}
136
138
137
139

Return to bug 525984