Browse Source

Fix comment again

AndyScherzinger 7 years ago
parent
commit
ba0aff41a7

+ 1 - 1
src/main/java/com/owncloud/android/ui/fragment/ShareFileFragment.java

@@ -846,7 +846,7 @@ public class ShareFileFragment extends Fragment implements ShareUserListAdapter.
     }
 
 
-    // BEWARE: next methods will fail with NullPointerException if called before onCreateView() finishes
+    // BEWARE: following methods will fail with NullPointerException if called before onCreateView() finishes
 
     private SwitchCompat getShareViaLinkSwitch() {
         return (SwitchCompat) getView().findViewById(R.id.shareViaLinkSectionSwitch);