mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
[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:
parent
650f0b5451
commit
a17682b3e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user