Skip to content

Commit

Permalink
Fix for #33
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce committed Apr 3, 2016
1 parent 4751e0b commit ece3b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project name="BuildConfig">
<property name="version" value="0.4.4"/>
<property name="version" value="0.4.5"/>
<property name="WYBS_JAR" value="lib/wybs-v0.3.34.jar"/>
</project>
1 change: 1 addition & 0 deletions src/wyrl/io/JavaFileWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ protected void writeImports() {
myOut("import wyrw.core.*;");
myOut("import wyrw.util.AbstractRewriteRule;");
myOut("import wyrl.core.*;");
myOut("import wyrl.core.Type;");
myOut("import wyrl.util.Runtime;");
myOut("import wyrl.util.Pair;");
myOut();
Expand Down

0 comments on commit ece3b3f

Please sign in to comment.