Skip to content

Commit 736bd30

Browse files
author
Magnus Thulin
committed
Changedcomment lines so JavaDoc generation doesnt complain
1 parent 8ce1ae7 commit 736bd30

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/AlertUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,4 @@ public static void showAlert(Context context, int titleId, String message,
9797

9898
dlg.show();
9999
}
100-
}
101-
100+
}

WordPressUtils/src/main/java/org/wordpress/android/util/AppLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.util.NoSuchElementException;
1212

1313
/**
14-
* simple wrapper for Android log calls, enables recording & displaying log
14+
* simple wrapper for Android log calls, enables recording and displaying log
1515
*/
1616
public class AppLog {
1717
// T for Tag

0 commit comments

Comments
 (0)