Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Apr 18, 2014
1 parent 35dc2ca commit 5dda817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ public boolean createFeatureType(String ws, String ds, String ft,
try {
m.addHeader(new BasicScheme().authenticate(new UsernamePasswordCredentials(username, password), m));
} catch (AuthenticationException a) {
Log.warn(LOGGER_NAME, "Failed to add the authentication Header, error is: " + e.getMessage());
Log.warn(LOGGER_NAME, "Failed to add the authentication Header, error is: " + a.getMessage());
};

final ClientHttpResponse httpResponse = factory.execute(m, new UsernamePasswordCredentials(username, password), AuthScope.ANY);
Expand Down

0 comments on commit 5dda817

Please sign in to comment.