mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 00:52:04 +08:00
GP-0: Fixing javadoc
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ public class DBCachedObjectStoreFactory {
|
||||
* MyContext getContext();
|
||||
* }
|
||||
*
|
||||
* public static class MyDBFieldCodec<OT extends DBAnnotatedObject & ContextProvider> extends
|
||||
* public static class MyDBFieldCodec<OT extends DBAnnotatedObject & ContextProvider> extends
|
||||
* AbstractDBFieldCodec<MyType, OT, BinaryField> {
|
||||
*
|
||||
* public MyDBFieldCodec(Class<OT> objectType, Field field, int column) {
|
||||
|
||||
+2
-2
@@ -43,8 +43,8 @@ import utility.function.ExceptionalConsumer;
|
||||
* <P>
|
||||
* The dialog also provides the following actions as keyboard only actions:
|
||||
* <OL>
|
||||
* <LI>Apply Item (<SPACE>): pressing the space bar key will apply the currently focussed and
|
||||
* selected item from either the left side or right sided. (Assuming it is appliable).</LI>
|
||||
* <LI>Apply Item (<SPACE>): pressing the space bar key will apply the currently focussed and
|
||||
* selected item from either the left side or right sided. (Assuming it is applicable).</LI>
|
||||
* <LI>Focus Left Side (<LEFT ARROW>): pressing the left arrow will give focus to the left side
|
||||
* display.</LI>
|
||||
* <LI>Focus Right Side (<RIGHT ARROW>): pressing the right arrow will give focus to the right side
|
||||
|
||||
Reference in New Issue
Block a user