mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 333443 - Make the method public instead of protected
Randy Rohrbach - Wind River : 781-364-2226
This commit is contained in:
parent
c961b374f4
commit
7d8bb1b7b9
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
UIJob job = new UIJob("repositionRenderings"){ //$NON-NLS-1$
|
||||||
public IStatus runInUIThread(IProgressMonitor monitor) {
|
public IStatus runInUIThread(IProgressMonitor monitor) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue