mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Rewrite example to be more factually correct now
This commit is contained in:
parent
0a632226ad
commit
ed20c8fd16
|
@ -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