Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Feb 10, 2014
1 parent 89381c0 commit 02e6fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logback-site/src/site/pages/manual/filters.html
Expand Up @@ -118,7 +118,7 @@ <h3 class="doAnchor" name="yourOwnFilter">Implementing your own
import ch.qos.logback.core.filter.Filter;
import ch.qos.logback.core.spi.FilterReply;

public class SampleFilter extends Filter&gt;ILoggingEvent> {
public class SampleFilter extends Filter&lt;ILoggingEvent> {

@Override
public FilterReply decide(ILoggingEvent event) {
Expand Down

0 comments on commit 02e6fe7

Please sign in to comment.