SonarLint fixes
This commit is contained in:
@@ -20,7 +20,7 @@ public final class AmazonProductDataSource extends AbstractDataSource {
|
||||
/**
|
||||
* Name of this data source.
|
||||
*/
|
||||
private static final Webshop DATA_ORIGIN = Webshop.Amazon;
|
||||
private static final Webshop DATA_ORIGIN = Webshop.AMAZON;
|
||||
/**
|
||||
* Base URL to the Amazon data source.
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,7 @@ public final class AmazonPurchaser extends AbstractPurchaser {
|
||||
/**
|
||||
* Name of this data source.
|
||||
*/
|
||||
private static final Webshop DATA_TARGET = Webshop.Amazon;
|
||||
private static final Webshop DATA_TARGET = Webshop.AMAZON;
|
||||
/**
|
||||
* Base URL to the Amazon Purchase API.
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,7 @@ public final class AmazonSeller extends AbstractSeller {
|
||||
/**
|
||||
* Name of this data source.
|
||||
*/
|
||||
private static final Webshop DATA_TARGET = Webshop.Amazon;
|
||||
private static final Webshop DATA_TARGET = Webshop.AMAZON;
|
||||
/**
|
||||
* Base URL to the Amazon Purchase API.
|
||||
*/
|
||||
|
||||
@@ -20,7 +20,7 @@ public final class EbayItemDataSource extends AbstractDataSource {
|
||||
/**
|
||||
* Name of this data source.
|
||||
*/
|
||||
private static final Webshop DATA_ORIGIN = Webshop.eBay;
|
||||
private static final Webshop DATA_ORIGIN = Webshop.EBAY;
|
||||
/**
|
||||
* Base URL to the eBay data source.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,7 @@ public final class EbaySeller extends AbstractSeller {
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user