is_acceptable set on manual code fix
Summary by Bito
This pull request introduces a new sample Java application for managing a list of persons and fixes a typo in the home page message of the existing Spring Boot demo application.
Detailed Changes
- Fixes a typo in the home() method of DemoApplication.java, changing the return string from 'This os a test!' to 'This a test!'.
- Adds sample.java, a new Java file implementing a Person class and a Main class for person management, including user input handling, age validation, and average age calculation.
Edited by Amruta Hulagar