SiteBackend/src/main/java/com/alttd/forms/verify_mail
Teriuihi 4ec41d8a7e Mark fields as final in VerificationData and ContactFormData
The 'code', 'eMail' fields in the VerificationData class and 'username', 'email', 'question' fields in the ContactFormData class are now marked as 'final'. At the same time, some unused imports from ContactController, ContactFormData, FormQuery, and VerifyController have been removed for code cleanliness.
2024-01-14 11:20:08 +01:00
..
FormQuery.java Mark fields as final in VerificationData and ContactFormData 2024-01-14 11:20:08 +01:00
FormQueryResult.java Refactor code to use Form objects instead of JSON strings 2024-01-14 11:09:22 +01:00
VerificationData.java Mark fields as final in VerificationData and ContactFormData 2024-01-14 11:20:08 +01:00
VerifyController.java Mark fields as final in VerificationData and ContactFormData 2024-01-14 11:20:08 +01:00