cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi guys,

I have the following error at line 14, but i can't see what's wrong.

The error message is not clear enough.

Thanks.

Amine

0 Likes
View Entire Topic
pokrakam
Active Contributor

Public section means it’s in your class declaration. Most probably an incomplete declaration of a public attribute. Use the source code view to see the whole class, or check your attributes individually. Or use eclipse.

Former Member
0 Likes

Thanks Mike.