Skip to content

Commit f43ff39

Browse files
authored
Merge pull request #48 from munendrasn/guice-fix
Fix typo in pippo-guice integration
2 parents 5696a6f + a4e6eec commit f43ff39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-05-27-guice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pippo automatically creates the _ContactsController_ instance and pippo-guice in
3232
To activate pippo-guice integration in your Application you must add `GuiceControllerFactory`:
3333

3434
```java
35-
public class MyApplication extends Application {
35+
public class MyApplication extends ControllerApplication {
3636

3737
@Override
3838
protected void onInit() {

0 commit comments

Comments
 (0)