eBay / ebay-oauth-java-client

eBay OAuth APIs client for Java
https://developer.ebay.com/api-docs/static/oauth-tokens.html
Apache License 2.0
48 stars 34 forks source link

Fix for issue #11 #12

Closed sdhiman30 closed 5 years ago

sdhiman30 commented 5 years ago

Submitting fix for issue #11

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.67%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #12      +/-   ##
============================================
- Coverage     80.98%   80.31%   -0.68%     
+ Complexity       86       85       -1     
============================================
  Files            12       12              
  Lines           384      386       +2     
  Branches         27       28       +1     
============================================
- Hits            311      310       -1     
- Misses           52       56       +4     
+ Partials         21       20       -1
Impacted Files Coverage Δ Complexity Δ
...ava/com/ebay/api/client/auth/oauth2/OAuth2Api.java 87.09% <100%> (-3.02%) 9 <2> (-1)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 217b309...d3cd8e1. Read the comment docs.