Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 245993
Collapse All | Expand All

(-)src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidget.java (+1 lines)
Lines 275-280 Link Here
275
 public void setProject(IProject project)
275
 public void setProject(IProject project)
276
 {
276
 {
277
     project_ = project;
277
     project_ = project;
278
     clientWidget_.setProject(project);
278
 }
279
 }
279
  public void setComponentName(String name)
280
  public void setComponentName(String name)
280
  {
281
  {

Return to bug 245993