Menna-allah-aly / FCI-CS352-software-project2

0 stars 1 forks source link

#4 : UserEntity class #19

Open wafaaMagdy opened 9 years ago

wafaaMagdy commented 9 years ago

The code doesn't follow Java Coding Style at the if-else Statements. The if-else class of statements should have the following form : if (condition) { statements; } else { statements; }

Menna-allah-aly commented 9 years ago

done