mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-14 13:15:59 +00: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:
parent
db28c6b6de
commit
2b2951d0e0
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user