Skip to content

Commit

Permalink
fix code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 10, 2009
1 parent a458276 commit 893e195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/en-US/intro.xml
Expand Up @@ -189,7 +189,7 @@ public class TranslateController {
<programlisting role="JAVA"><![CDATA[@Inject Instance<TextTranslator> textTranslatorInstance;
...
public void translate() {
textTranslatorInstance().translate(inputText);
textTranslatorInstance.get().translate(inputText);
}]]></programlisting>

<para>
Expand Down

0 comments on commit 893e195

Please sign in to comment.