Skip to content

Commit

Permalink
fix typo Argis -> Arcgis
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Nov 13, 2024
1 parent 1b34a18 commit ed91da5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public ArcgisFeatureTable(String url, String user, String password, String token
LOGGER.debug("Table successfully connected.");
connected = true;
} catch (ArcgisException e) {
LOGGER.error("Argis error while connecting to Feature Table: (" + e.getMessage() + ")"
LOGGER.error("Arcgis error while connecting to Feature Table: (" + e.getMessage() + ")"
+ "\n\t URL: " + url
+ "\n\t tokenGenURL: " + tokenGenUrl);
connected = false;
Expand Down Expand Up @@ -570,7 +570,7 @@ private void commitFeatures(final List<Feature> featureList, int action) {
+ featureList.size());
}
} else {
LOGGER.error("WARN - Argis.commitFeatures called with " + sizeList + " entities and hasError() " + hasError());
LOGGER.error("WARN - Arcgis.commitFeatures called with " + sizeList + " entities and hasError() " + hasError());
}

} else {
Expand Down

0 comments on commit ed91da5

Please sign in to comment.