mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 09:44:24 +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,
|
// 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:
|
// Class Declaration Syntax:
|
||||||
|
Reference in New Issue
Block a user