diff dwtx/jface/resource/JFaceResources.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents e28b067ce8c5
children 04b47443bb01
line wrap: on
line diff
--- a/dwtx/jface/resource/JFaceResources.d	Sun Jun 22 22:57:31 2008 +0200
+++ b/dwtx/jface/resource/JFaceResources.d	Sun Jul 06 23:30:07 2008 +0200
@@ -52,6 +52,8 @@
  * <li>a resource bundle</li>
  * </ul>
  * </p>
+ * @noinstantiate This class is not intended to be instantiated by clients.
+ * @noextend This class is not intended to be subclassed by clients.
  */
 public class JFaceResources {
 
@@ -493,11 +495,9 @@
         ImageDescriptor descriptor = null;
 
         if (bundle !is null) {
-            /*
-            URL url = FileLocator.find((Bundle) bundle, new Path(path), null);
-            if (url !is null)
-                descriptor = ImageDescriptor.createFromURL(url);
-            */
+//             URL url = FileLocator.find((Bundle) bundle, new Path(path), null);
+//             if (url !is null)
+//                 descriptor = ImageDescriptor.createFromURL(url);
         }
 
         // If we failed then load from the backup file