Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Schultz committed May 16, 2012
1 parent 54ebb0d commit 182b008
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contributor_guidelines.md
Expand Up @@ -23,13 +23,6 @@ This is essentially the IntelliJ default Java style.

### Sample code for reference:
{% highlight java %}

@Implements(View.class)
public class ShadowView {
@Implementation
public void setOnTouchListener(View.OnTouchListener onTouchListener) {
this.onTouchListener = onTouchListener;
}
}

{% endhighlight %}

0 comments on commit 182b008

Please sign in to comment.