Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79206 | Differences between
and this patch

Collapse All | Expand All

(-)source/gnu/xml/dom/JAXPFactory.java.orig (+11 lines)
Lines 284-288 Link Here
284
 
284
 
285
  }
285
  }
286
286
287
  public boolean getFeature(String string)
288
  {
289
    /* FIXME: unimplemented */
290
    return false;
291
  }
292
293
  public void setFeature(String string, boolean bool)
294
  {
295
    /* FIXME: unimplemented */
296
  }
297
287
}
298
}
288
299
(-)source/gnu/xml/dom/DomDocumentBuilderFactory.java.orig (+11 lines)
Lines 125-129 Link Here
125
    // TODO
125
    // TODO
126
  }
126
  }
127
  
127
  
128
  public boolean getFeature(String string)
129
  {
130
    /* FIXME: unimplemented */
131
    return false;
132
  }
133
134
  public void setFeature(String string, boolean bool)
135
  {
136
    /* FIXME: unimplemented */
137
  }
138
128
}
139
}
129
140
(-)source/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java.orig (+11 lines)
Lines 91-94 Link Here
91
    // TODO
91
    // TODO
92
  }
92
  }
93
  
93
  
94
  public boolean getFeature(String string)
95
  {
96
    /* FIXME: unimplemented */
97
    return false;
98
  }
99
100
  public void setFeature(String string, boolean bool)
101
  {
102
    /* FIXME: unimplemented */
103
  }
104
94
}
105
}

Return to bug 79206