Skip to content

Commit

Permalink
Removed obsolete pattern from old svnrev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 18, 2009
1 parent 1a70488 commit c8f5a72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/net/sf/cdk/tools/doclets/CDKGitTaglet.java
Expand Up @@ -38,7 +38,6 @@
public class CDKGitTaglet implements Taglet {

private static final String NAME = "cdk.githash";
private final static Pattern svnrevPattern = Pattern.compile("\\$Revision:\\s*(\\d*)\\s*\\$");
private final static Pattern pathPattern = Pattern.compile(".*/(src/.*\\.java)");

public String getName() {
Expand Down

0 comments on commit c8f5a72

Please sign in to comment.