mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +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,
|
||||
// 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:
|
||||
|
Loading…
Reference in New Issue
Block a user