Skip to content

Commit

Permalink
Update Forge to 2.10.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-wyluda committed Sep 18, 2014
1 parent 39466cb commit 77b95bd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<idea.version>13.1.4</idea.version>
<forge.version>2.9.2.Final</forge.version>
<forge.version>2.10.1.Final</forge.version>
<angularjs.version>2.1.1.Final</angularjs.version>

<ij.plugin>true</ij.plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,28 @@ public PrintStream err()
{
return System.err;
}

@Override
public void success(PrintStream printStream, String s)
{
// TODO Implement new UIOutputImpl methods
}

@Override
public void error(PrintStream printStream, String s)
{
// TODO Implement new UIOutputImpl methods
}

@Override
public void info(PrintStream printStream, String s)
{
// TODO Implement new UIOutputImpl methods
}

@Override
public void warn(PrintStream printStream, String s)
{
// TODO Implement new UIOutputImpl methods
}
}

0 comments on commit 77b95bd

Please sign in to comment.