SonarLint fixes

This commit is contained in:
Marvin Scham
2023-06-27 06:45:00 +02:00
parent d01c4d0b1d
commit 9927b8f959
16 changed files with 59 additions and 42 deletions

View File

@@ -14,7 +14,7 @@ public final class EbayPurchaser extends AbstractPurchaser {
/**
* Name of this data source.
*/
private static final Webshop DATA_TARGET = Webshop.eBay;
private static final Webshop DATA_TARGET = Webshop.EBAY;
/**
* Base URL to the eBay Purchase API.
*/