bugfix 1413452, migration to 3.1 API had a typo, so all indentation strategies didn...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / JavaElementAdapterFactory.java
index ba91171..fedb725 100644 (file)
@@ -131,7 +131,7 @@ public class JavaElementAdapterFactory implements IAdapterFactory, IContributorR
        private IPropertySource getProperties(IJavaElement element) {
                IResource resource= getResource(element);
                if (resource == null)
-//                     return new JavaElementProperties(element);
+                       return new JavaElementProperties(element);
                if (resource.getType() == IResource.FILE)
                        return new FilePropertySource((IFile) resource);
                return new ResourcePropertySource(resource);