Signed-off-by:Roland Häder <roland@mxchange.org>
}
// Declare category
- Category category;
-
- // Get Category instance from product over the frontend
- category = this.categoryFrontend.getCategory(product);
+ Category category = this.categoryFrontend.getCategory(product);
// Debug message
- this.getLogger().debug(MessageFormat.format("categoryId={0}", category)); //NOI18N
+ this.getLogger().debug(MessageFormat.format("category={0}", category)); //NOI18N
// Get decoded title
String title = category.getDecodedTitle();