Change member visibility to private.
[phpeclipse.git] / net.sourceforge.phpeclipse.phpmanual / src / net / sourceforge / phpeclipse / phpmanual / views / PHPManualView.java
index f86e1ca..c9b5948 100644 (file)
@@ -167,8 +167,6 @@ public class PHPManualView extends ViewPart implements INullSelectionListener, I
                if (part != null && !((PHPEditor)part).equals(lastEditor)) {
                        SelectionListenerWithASTManager.getDefault().addListener((PHPEditor)part, this);
                        lastEditor = (PHPEditor)part;
-               } else {
-                       System.out.println(part);
                }
        }
 
@@ -338,7 +336,7 @@ public class PHPManualView extends ViewPart implements INullSelectionListener, I
                } catch (Exception e) {
                        return null;
                }
-               return "<html>" + PHPManualUIPlugin.getString("LookupMiss") + "</html>";
+               return null; // Keeps the last reference
        }
 
        /**