Show the layout to hsare with user in phone and tablet
[pub/Android/ownCloud.git] / src / com / owncloud / android / datamodel / OCFile.java
index 4b68986..8c7101b 100644 (file)
@@ -75,6 +75,7 @@ public class OCFile implements Parcelable, Comparable<OCFile> {
     private boolean mIsDownloading;
 
     private String mEtagInConflict;    // Save file etag in the server, when there is a conflict. No conflict =  null
+
     private boolean mShareWithUser;
 
 
@@ -603,4 +604,5 @@ public class OCFile implements Parcelable, Comparable<OCFile> {
     public void setShareWithUser(boolean shareWithUser) {
         this.mShareWithUser = shareWithUser;
     }
+
 }