mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02:00
Fixed statement about many classes in one file
Fixed statement on line 441 to say that it is _not_ good practice to keep many classes in the same file.
This commit is contained in:
@@ -438,7 +438,7 @@ public class LearnJava {
|
||||
|
||||
|
||||
// You can include other, non-public outer-level classes in a .java file,
|
||||
// but it is good practice. Instead split classes into separate files.
|
||||
// but it is not good practice. Instead split classes into separate files.
|
||||
|
||||
|
||||
// Class Declaration Syntax:
|
||||
|
Reference in New Issue
Block a user