How do I disable an eclipse warning in the derived IMarketBillingService.java file?

前端 未结 1 1121
灰色年华
灰色年华 2021-02-12 10:18

Folks, I have android application that presently has 1 warning, in line 80 of the IMarketBillingService.java file that is part of the in-app purchasing code newly supplied by Go

相关标签:
1条回答
  • 2021-02-12 10:49

    From this warning I assume that the method is a private method, right? if you can't edit the file, meaning you can't add @SuppressWarnings directive, I don't think you can disable this one.

    (You can change the warnings settings in eclipse, but I don't think you want that :) )

    0 讨论(0)
提交回复
热议问题