Skip to content

Commit

Permalink
rename ForgeTwoConsole into ForgeConsoleImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Jan 29, 2014
1 parent 85bc7d0 commit cdd5927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.ui.ext/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<extension
point="org.jboss.tools.forge.ui.consoles">
<console
class="org.jboss.tools.forge.ui.ext.console.ForgeTwoConsole">
class="org.jboss.tools.forge.ui.ext.console.ForgeConsoleImpl">
</console>
</extension>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.jboss.tools.aesh.ui.view.AeshTextViewer;
import org.jboss.tools.forge.ui.console.ForgeConsole;

public class ForgeTwoConsole implements ForgeConsole {
public class ForgeConsoleImpl implements ForgeConsole {

@Override
public String getName() {
Expand Down

0 comments on commit cdd5927

Please sign in to comment.