Skip to content

Commit 2e3b528

Browse files
CopilotProject516
andcommitted
Update inline comment to match updated JavaDoc terminology
Co-authored-by: Project516 <138796702+Project516@users.noreply.github.com>
1 parent 4e840d1 commit 2e3b528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/project516/NumberGuessingGame/ReadVersionFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ReadVersionFile {
1313
* @return the version string
1414
*/
1515
public String readVersion() {
16-
String content = "1.0.0"; // Placeholder version
16+
String content = "1.0.0"; // Default fallback version
1717
try (InputStream inputStream =
1818
getClass().getClassLoader().getResourceAsStream("version.txt");
1919
BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream))) {

0 commit comments

Comments
 (0)