浏览代码

Fix comment again

AndyScherzinger 7 年之前
父节点
当前提交
ba0aff41a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/owncloud/android/ui/fragment/ShareFileFragment.java

+ 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);