File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
frag-nav/src/main/java/com/ncapdevi/fragnav Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ public void pushFragment(@Nullable Fragment fragment) {
247247 }
248248
249249 /**
250- * @deprecated use {@link #pushFragment(Fragment)} ()} ()} instead.
250+ * @deprecated use {@link #pushFragment(Fragment)} instead.
251251
252252 * @param fragment The fragment that is to be pushed
253253 *
@@ -267,7 +267,7 @@ public void popFragment() throws UnsupportedOperationException {
267267 /**
268268 * Pop the current fragment from the current tab
269269 *
270- * @deprecated use {@link #popFragment()} ()} instead.
270+ * @deprecated use {@link #popFragment()} instead.
271271 */
272272 @ Deprecated
273273 public void pop () throws UnsupportedOperationException {
@@ -435,7 +435,7 @@ public void replaceFragment(@NonNull Fragment fragment) {
435435 }
436436
437437 /**
438- * @deprecated use {@link #replaceFragment(Fragment)} ()} ()} instead.
438+ * @deprecated use {@link #replaceFragment(Fragment)} instead.
439439 * @param fragment The fragment to use in place of the current one
440440 */
441441 public void replace (@ NonNull Fragment fragment ){
@@ -532,7 +532,7 @@ private void detachCurrentFragment(@NonNull FragmentTransaction ft) {
532532 /**
533533 * Helper function to attempt to get current fragment
534534 *
535- * @return
535+ * @return Fragment the current frag to be returned
536536 */
537537 @ Nullable
538538 @ CheckResult
You can’t perform that action at this time.
0 commit comments