1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 21:05:37 +02:00

fix method spelling "verbage" to "verbiage"

This commit is contained in:
David Dykstal 2006-06-28 03:19:39 +00:00
parent 726c8abe70
commit 080693364e

View file

@ -73,7 +73,7 @@ public class DaytimeSubsystemConfiguration extends ServiceSubSystemConfiguration
*/
public ISubSystem createSubSystemInternal(IHost host) {
IConnectorService connectorService = getConnectorService(host);
ISubSystem subsys = new DaytimeSubSystem(host, connectorService, createDaytimeService(host));
ISubSystem subsys = new DaytimeSubSystem(host, connectorService, createDaytimeService(host)); // DWD need to provide the subsystem with a name and id too.
return subsys;
}