cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Inline Files.write() in GenApiConfigAction #175

Closed nick-someone closed 5 years ago

nick-someone commented 5 years ago

Files.write is deprecated and scheduled for removal. Changing this to use Files.asCharSink().write() is the same implementation, but is not deprecated.

codecov-io commented 5 years ago

Codecov Report

Merging #175 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #175   +/-   ##
=========================================
  Coverage     80.06%   80.06%           
  Complexity     1715     1715           
=========================================
  Files           159      159           
  Lines          5718     5718           
  Branches        754      754           
=========================================
  Hits           4578     4578           
  Misses          856      856           
  Partials        284      284
Impacted Files Coverage Δ Complexity Δ
...oogle/api/server/spi/tools/GenApiConfigAction.java 30.76% <0%> (ø) 2 <0> (ø) :arrow_down:

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 82710a4...4d28460. Read the comment docs.