comparison org.eclipse.osgi/src/org/osgi/framework/Bundle.d @ 72:896cd9e80913

Fix, thanks yidabu for the report.
author Frank Benoit <benoit@tionex.de>
date Thu, 09 Apr 2009 07:29:50 +0200
parents bc29606a740c
children
comparison
equal deleted inserted replaced
71:a7064d39311b 72:896cd9e80913
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and 15 * See the License for the specific language governing permissions and
16 * limitations under the License. 16 * limitations under the License.
17 */ 17 */
18 18
19 module org.eclipse.osgi.framework.Bundle; 19 module org.osgi.framework.Bundle;
20 20
21 import java.lang.all; 21 import java.lang.all;
22 22
23 // import java.io.IOException; 23 // import java.io.IOException;
24 // import java.io.InputStream; 24 // import java.io.InputStream;