Skip to content

Commit

Permalink
fixes issue dehasi#1
Browse files Browse the repository at this point in the history
code page assumed by gradle does not match contents
  • Loading branch information
jpyeron committed Apr 23, 2017
1 parent 1c8d244 commit 0e1938e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/decompiler/visitors/SVisitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public SVisitor(Map<String, List<String>> signatureMap) {

public static final String formalTypeParameter = "formalTypeParameter";
public static final String typeVariable = "typeVariable";
public static final String classType = "сlassType";
public static final String classType = "classType";
public static final String typeArgument = "typeArgument";
public static final String innerClassType = "innerClassType";
public static final String baseType = "baseType";
Expand Down

0 comments on commit 0e1938e

Please sign in to comment.