mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 13:32:50 +01:00
Rewrite example to be more factually correct now
This commit is contained in:
parent
0a632226ad
commit
ed20c8fd16
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class Context : ApplicationContext {
|
|||
|
||||
@Component
|
||||
public SomeLibraryClass libraryClass() {
|
||||
return new SomeLibraryClass("This class needs constructor parameters so I have to register it through an application context");
|
||||
return new SomeLibraryClass("This class uses a constructor parameter of a built-in type so I have to register it through an application context");
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue