Skip to content

Commit 9911d3f

Browse files
wanjianwanjian
authored andcommitted
no message
1 parent 34cc5e8 commit 9911d3f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/wanjian/cockroach/App.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88

99
/**
1010
* Created by wanjian on 2017/2/14.
11+
*
12+
* Example
1113
*/
1214

13-
public class App extends Application {
15+
class App extends Application {
1416

1517
@Override
1618
public void onCreate() {

app/src/main/java/com/wanjian/cockroach/QuitCockroachException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Created by wanjian on 2017/2/15.
55
*/
66

7-
public class QuitCockroachException extends RuntimeException {
7+
final class QuitCockroachException extends RuntimeException {
88
public QuitCockroachException(String message) {
99
super(message);
1010
}

0 commit comments

Comments
 (0)