[java/el] Modified a sentence in the Greek java documentation (#2510)

I'm the initial translator of the file.  Modified a sentence to make more sense.
This commit is contained in:
Andreas Loizou (LACK3R) 2016-10-26 11:19:48 +03:00 committed by ven
parent 650f0b5451
commit a17682b3e1

View File

@ -127,8 +127,8 @@ public class LearnJava {
// Char - Ένας μόνο χαρακτήρας 16-bit Unicode
char fooChar = 'A';
// Οι μεταβλητές final δεν μπορούν να ανατεθούν ξανά σε άλλο
// αντικείμενο,
// Οι μεταβλητές final δεν μπορούν να πάρουν άλλη τιμή
// μετά την αρχικοποίηση τους,
final int HOURS_I_WORK_PER_WEEK = 9001;
// αλλά μπορούν να αρχικοποιηθούν αργότερα.
final double E;