Skip to content

Commit

Permalink
Remove public avaliable funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdoward committed Sep 29, 2016
1 parent 8444486 commit 3cb0ddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import rx.Subscriber;
import rx.functions.Func1;

public class CameraMoveCanceledFunc implements Func1<GoogleMap, Observable<Void>> {
class CameraMoveCanceledFunc implements Func1<GoogleMap, Observable<Void>> {

@Override
public Observable<Void> call(final GoogleMap googleMap) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import rx.Subscriber;
import rx.functions.Func1;

public class CameraMoveFunc implements Func1<GoogleMap, Observable<Void>> {
class CameraMoveFunc implements Func1<GoogleMap, Observable<Void>> {

@Override
public Observable<Void> call(final GoogleMap googleMap) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import rx.Subscriber;
import rx.functions.Func1;

public class CameraMoveStartedFunc implements Func1<GoogleMap, Observable<Integer>> {
class CameraMoveStartedFunc implements Func1<GoogleMap, Observable<Integer>> {

@Override
public Observable<Integer> call(final GoogleMap googleMap) {
Expand Down

0 comments on commit 3cb0ddd

Please sign in to comment.