Skip to content

Commit

Permalink
SSLR-189 Mark BacktrackingEvent as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Jun 15, 2012
1 parent 3d3051c commit 2f35982
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -19,6 +19,10 @@
*/
package com.sonar.sslr.impl;

/**
* @deprecated in 1.14
*/
@Deprecated
public final class BacktrackingEvent extends RuntimeException {

private static final long serialVersionUID = 9043689248001323911L;
Expand Down

0 comments on commit 2f35982

Please sign in to comment.