changeset 72:896cd9e80913

Fix, thanks yidabu for the report.
author Frank Benoit <benoit@tionex.de>
date Thu, 09 Apr 2009 07:29:50 +0200
parents a7064d39311b
children 9df18f2d9a5f
files org.eclipse.osgi/src/org/osgi/framework/Bundle.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/org.eclipse.osgi/src/org/osgi/framework/Bundle.d	Thu Apr 09 06:20:23 2009 +0200
+++ b/org.eclipse.osgi/src/org/osgi/framework/Bundle.d	Thu Apr 09 07:29:50 2009 +0200
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
 
-module org.eclipse.osgi.framework.Bundle;
+module org.osgi.framework.Bundle;
 
 import java.lang.all;