Github user therajanmaurya commented on a diff in the pull request:

    
https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700508
  
    --- Diff: 
app/src/main/java/org/apache/taverna/mobile/data/model/Author.java ---
    @@ -6,9 +24,7 @@
     import android.os.Parcel;
     import android.os.Parcelable;
     
    -/**
    - * Created by Sagar
    - */
    +
     public class Author implements Parcelable {
     
         public static final Parcelable.Creator<Author> CREATOR = new 
Parcelable.Creator<Author>() {
    --- End diff --
    
    POJO objects should be first and then getter setter and at last Parcelable 
code.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to