mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 03:57:13 +08:00
GP-0: Certify
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* REVIEWED: YES
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
+2
-1
@@ -41,7 +41,8 @@ public class FloatingPointTextField extends JTextField {
|
||||
|
||||
/**
|
||||
* 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) {
|
||||
this(columns);
|
||||
|
||||
Reference in New Issue
Block a user