Skip to content

Commit

Permalink
Docs fixes: SEAM-78, SEAM-80
Browse files Browse the repository at this point in the history
  • Loading branch information
U-MAZITHINKPAD\Matic authored and U-MAZITHINKPAD\Matic committed Oct 26, 2011
1 parent aff03e8 commit d836a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/docbook/en-US/solder-logging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public interface CelebritySightingLog {
<section id="typed-loggers">
<title>Typed loggers</title>
<para>
To define a typed logger, first create an interface, annotated it, then add methods that will act as log
To define a typed logger, first create an interface, annotate it, then add methods that will act as log
operations and configure the message it will print using another annotation:
</para>
<programlisting role="JAVA">import org.jboss.solder.messages.Message;
Expand Down Expand Up @@ -286,7 +286,7 @@ public class LogService {
string messages.
</para>
<para>
To define a typed message bundle, first create an interface, annotated it, then add methods that will act as
To define a typed message bundle, first create an interface, annotate it, then add methods that will act as
message retrievers and configure the message to produce using another annotation:
</para>
<programlisting role="JAVA">import org.jboss.solder.messages.Message;
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/docbook/en-US/solder-servicehandler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<listitem>
<para>
The invocation handler is similar to an interceptor. It must have an <code>@AroundInvoke</code> method that
returns and object and takes an <code>InvocationContext</code> as an argument.
returns an object and takes an <code>InvocationContext</code> as an argument.
</para>
</listitem>
<listitem>
Expand Down

0 comments on commit d836a46

Please sign in to comment.