Rewrite example to be more factually correct now

This commit is contained in:
Mike Bierlee 2016-08-23 21:46:33 +02:00
parent 0a632226ad
commit ed20c8fd16

View file

@ -189,7 +189,7 @@ class Context : ApplicationContext {
@Component @Component
public SomeLibraryClass libraryClass() { 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");
} }
} }
``` ```