Skip to content

Commit 1d2c925

Browse files
committed
master
1 parent ffbe309 commit 1d2c925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/codingwithmitch/rxjavaflatmapexample/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public ObservableSource<Post> apply(final List<Post> posts) throws Exception {
8989
});
9090
}
9191

92-
private void updatePost(final Post p){
92+
private void updatePost(Post post){
9393
adapter.updatePost(post);
9494
}
9595

0 commit comments

Comments
 (0)