Updated APIv5 (markdown)

Risto Lahtela 2019-03-18 20:47:05 +02:00
parent 288c454a89
commit 08c3c5783c
1 changed files with 1 additions and 1 deletions

@ -38,7 +38,7 @@ This makes it easier for users to reason about their server.
DataExtension yourExtension = new YourDataExtensionImplementation();
try {
ExtensionService.getInstance().register(dataExtension);
ExtensionService.getInstance().register(yourExtension);
} catch (NoClassDefFoundError planIsNotInstalled) {
// Plan is not installed, handle exception