From c09ba2ceeff488a7dfa0d578f4e1a605f33bf0a7 Mon Sep 17 00:00:00 2001 From: Ruffalo Lavoisier Date: Wed, 4 Sep 2024 22:48:17 +0900 Subject: [PATCH 1/2] Fix typo ghidra words on comments --- Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java | 2 +- .../src/main/java/docking/test/AbstractDockingTest.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java b/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java index efb81834c9..e64b5fc259 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java @@ -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 ghirdraClass + * @return The first occurrence of a dialog that extends the given ghidraClass * @deprecated use instead {@link AbstractDockingTest#waitForDialogComponent(Class)} */ @Deprecated diff --git a/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java b/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java index 53153bf18e..5436060e89 100644 --- a/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java +++ b/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java @@ -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 ghirdraClass + * @return The first occurrence of a dialog that extends the given ghidraClass * @see #waitForDialogComponent(Window, Class, int) */ public static 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 ghirdraClass + * @return The first occurrence of a dialog that extends the given ghidraClass * @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. From d6d00f78e6201103ecc018eaaf3b18b48f0b7128 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 4 Sep 2024 10:58:16 -0400 Subject: [PATCH 2/2] GP-0: Certify --- Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java | 4 ++-- .../src/main/java/docking/test/AbstractDockingTest.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java b/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java index e64b5fc259..24262fb15e 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/test/TestEnv.java @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java b/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java index 5436060e89..de514e9ba4 100644 --- a/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java +++ b/Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.