1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-10-04 10:11:35 +02:00

Merge pull request #2127 from oscarb-se/patch-1

[java/en] Fixed statement about many classes in one file
This commit is contained in:
ven
2016-02-08 08:39:03 +01:00

View File

@@ -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: