X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/java/hover/SourceViewerInformationControl.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/java/hover/SourceViewerInformationControl.java index d2760fc..9ec2472 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/java/hover/SourceViewerInformationControl.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/java/hover/SourceViewerInformationControl.java @@ -272,9 +272,9 @@ public class SourceViewerInformationControl implements IInformationControl, * null if the status field should be hidden * @since 3.0 */ - public SourceViewerInformationControl(Shell parent, String statusFieldText) { - this(parent, SWT.NONE, statusFieldText); - } +// public SourceViewerInformationControl(Shell parent, String statusFieldText) { +// this(parent, SWT.NONE, statusFieldText); +// } /* * @see org.eclipse.jface.text.IInformationControlExtension2#setInput(java.lang.Object)