diff options
author | ven <vendethiel@hotmail.fr> | 2016-02-08 08:39:03 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-02-08 08:39:03 +0100 |
commit | 1abd652f357376df31832040a961e561d088fcf4 (patch) | |
tree | 98f3fe0adea30256a7c2305281d90653158c5873 | |
parent | db28c6b6ded4fb72a5fc41a3f1e3f17cd528aa2c (diff) | |
parent | 2b2951d0e0ae4de8f212ff4f9ee8c77db8e9458d (diff) |
Merge pull request #2127 from oscarb-se/patch-1
[java/en] Fixed statement about many classes in one file
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java.html.markdown b/java.html.markdown index 74140120..073135c9 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -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: |