1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Bug 333443 - Make the method public instead of protected

Randy Rohrbach - Wind River : 781-364-2226
This commit is contained in:
Randy Rohrbach 2011-01-08 03:34:27 +00:00
parent c961b374f4
commit 7d8bb1b7b9

View file

@ -103,7 +103,7 @@ public class ImportMemoryDialog extends SelectionDialog
}
}
protected void scrollRenderings(final BigInteger address)
public void scrollRenderings(final BigInteger address)
{
UIJob job = new UIJob("repositionRenderings"){ //$NON-NLS-1$
public IStatus runInUIThread(IProgressMonitor monitor) {