mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
Merge branch 'GP-0_ryanmkurtz_PR-6885_RuffaloLavoisier_typo'
This commit is contained in:
commit
ba5b54ce2e
@ -362,7 +362,7 @@ public class TestEnv {
|
||||
* @param ghidraClass The class of the dialog the user desires
|
||||
* @param maxTimeMS The max amount of time in milliseconds to wait for the requested dialog
|
||||
* to appear.
|
||||
* @return The first occurrence of a dialog that extends the given <code>ghirdraClass</code>
|
||||
* @return The first occurrence of a dialog that extends the given <code>ghidraClass</code>
|
||||
* @deprecated use instead {@link AbstractDockingTest#waitForDialogComponent(Class)}
|
||||
*/
|
||||
@Deprecated
|
||||
|
@ -582,7 +582,7 @@ public abstract class AbstractDockingTest extends AbstractGuiTest {
|
||||
* Waits for the first window of the given class.
|
||||
*
|
||||
* @param ghidraClass The class of the dialog the user desires
|
||||
* @return The first occurrence of a dialog that extends the given <code>ghirdraClass</code>
|
||||
* @return The first occurrence of a dialog that extends the given <code>ghidraClass</code>
|
||||
* @see #waitForDialogComponent(Window, Class, int)
|
||||
*/
|
||||
public static <T extends DialogComponentProvider> T waitForDialogComponent(
|
||||
@ -598,7 +598,7 @@ public abstract class AbstractDockingTest extends AbstractGuiTest {
|
||||
* @param clazz The class of the dialog the user desires
|
||||
* @param timeoutMS The max amount of time in milliseconds to wait for the requested dialog
|
||||
* to appear.
|
||||
* @return The first occurrence of a dialog that extends the given <code>ghirdraClass</code>
|
||||
* @return The first occurrence of a dialog that extends the given <code>ghidraClass</code>
|
||||
* @deprecated Instead call one of the methods that does not take a timeout
|
||||
* (we are standardizing timeouts). The timeouts passed to this method will
|
||||
* be ignored in favor of the standard value.
|
||||
|
Loading…
Reference in New Issue
Block a user