GP-0: Certify

This commit is contained in:
Ryan Kurtz 2025-01-21 07:23:40 -05:00
parent 138133c95e
commit b73cdad6fe
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,5 @@
/* ### /* ###
* IP: GHIDRA * IP: GHIDRA
* REVIEWED: YES
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -42,6 +42,7 @@ public class FloatingPointTextField extends JTextField {
/** /**
* Constructs a new FloatingPointTextField initialized with the given value. * Constructs a new FloatingPointTextField initialized with the given value.
* @param columns the number of columns for determining the preferred width * @param columns the number of columns for determining the preferred width
* @param initialValue the initial value
*/ */
public FloatingPointTextField(int columns, double initialValue) { public FloatingPointTextField(int columns, double initialValue) {
this(columns); this(columns);