Skip to content

Commit 4494c86

Browse files
committed
Fix issue in CDI page
1 parent 3739cee commit 4494c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-06-26-cdi.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-weld inj
3232
To activate pippo-weld integration in your Application you must register `WeldControllerFactory` and extend from `ControllerApplication` instead:
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)