Skip to content

Commit

Permalink
Revert "Update README.asciidoc"
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 24, 2015
1 parent 648de43 commit 15735e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ In order for dependencies to use your services, you must add service types to th
== Features

Provides simple service registration mechanism::
Service types should never extend the `org.jboss.forge.furnace.container.simple.Service` interface.
Service types are not required to extend the `org.jboss.forge.furnace.container.simple.Service` interface, but may do so for reference purposes.
+
[source,java]
----
public class ExampleService
public class ExampleService implements Service // (optional)
{
// ...
}
Expand Down

0 comments on commit 15735e5

Please sign in to comment.