diff --git a/Ghidra/Features/Base/ghidra_scripts/AddSingleReferenceInSwitchTable.java b/Ghidra/Features/Base/ghidra_scripts/AddSingleReferenceInSwitchTable.java index 8635b8c370..dad18aa347 100644 --- a/Ghidra/Features/Base/ghidra_scripts/AddSingleReferenceInSwitchTable.java +++ b/Ghidra/Features/Base/ghidra_scripts/AddSingleReferenceInSwitchTable.java @@ -1,13 +1,12 @@ /* ### * 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. * 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/Features/Base/ghidra_scripts/AskValuesExampleScript.java b/Ghidra/Features/Base/ghidra_scripts/AskValuesExampleScript.java index a8aeb2826e..6bd6778584 100644 --- a/Ghidra/Features/Base/ghidra_scripts/AskValuesExampleScript.java +++ b/Ghidra/Features/Base/ghidra_scripts/AskValuesExampleScript.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/widgets/textfield/FloatingPointTextField.java b/Ghidra/Framework/Docking/src/main/java/docking/widgets/textfield/FloatingPointTextField.java index a1c8b8390a..68a9913db6 100644 --- a/Ghidra/Framework/Docking/src/main/java/docking/widgets/textfield/FloatingPointTextField.java +++ b/Ghidra/Framework/Docking/src/main/java/docking/widgets/textfield/FloatingPointTextField.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. @@ -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);