Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunathc23 committed Mar 16, 2017
1 parent 553d490 commit 797f98f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CoachMarks (Work In Progress)
# CoachMarks

[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
![SDK](https://img.shields.io/badge/SDK-16%2B-green.svg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import android.support.annotation.ColorRes;
import android.support.annotation.DimenRes;
import android.support.annotation.DrawableRes;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.annotation.StringRes;

Expand Down Expand Up @@ -42,8 +41,6 @@ public static Builder create(Point coachMarkViewAnchorTop,
.setAnimationOnImage(R.anim.coach_mark_animation);
}

@NonNull
@SuppressWarnings("unused")
public Builder newBuilder() {
return new AutoValue_CoachMarkBuilder.Builder(this);
}
Expand Down

0 comments on commit 797f98f

Please sign in to comment.