Does codenameone support the clone interface? im having trouble compiling , 
it says: 
 cannot find symbol return super.clone();

I inherit it using 


public class Branch implements Cloneable{


and my method is :

  @Override
    public Object clone() throws CloneNotSupportedException {
        return super.clone();
    }


I call it using: 

(Branch)currentBranch.clone()


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/513e502a-b240-4ca1-ae3f-2a0c2c29d949%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to