X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/IViewPartInputProvider.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/IViewPartInputProvider.java index 54764c8..137cd08 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/IViewPartInputProvider.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/IViewPartInputProvider.java @@ -4,10 +4,10 @@ package net.sourceforge.phpdt.internal.ui.viewsupport; * Interface common to all view parts that provide an input. */ public interface IViewPartInputProvider { - + /** * Returns the input. - * + * * @return the input object */ public Object getViewPartInput();