Skip to content

Commit

Permalink
Corrected PersonnelTab comments
Browse files Browse the repository at this point in the history
Replaced ampersand with "and" in "Prisoners & Dependents Tab" for clarity and consistency with the rest of the text. This improves readability and maintains a uniform style throughout the documentation.
  • Loading branch information
IllianiCBT committed Oct 8, 2024
1 parent a097681 commit 4bb8702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public class PersonnelTab {
* This method initializes the various checkboxes, labels, spinners, combo boxes, panels, and
* other GUI components for different tabs.
* It sets up the components for the General Tab, Personnel Logs Tab, Personnel Information Tab,
* Administrators Tab, Awards Tab, Medical Tab, Prisoners & Dependents Tab, and the Salaries Tab.
* Administrators Tab, Awards Tab, Medical Tab, Prisoners and Dependents Tab, and the Salaries Tab.
*/
protected void initialize() {
//start General Tab
Expand Down

0 comments on commit 4bb8702

Please sign in to comment.