Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Fix below javadoc warnings: ``` /Users/simsun/fbsource/fbandroid/libraries/soloader/java/com/facebook/soloader/SoSource.java:95: warning: no param for soName protected File getSoFileByName(String soName) throws IOException { ^ /Users/simsun/fbsource/fbandroid/libraries/soloader/java/com/facebook/soloader/SoSource.java:95: warning: no return protected File getSoFileByName(String soName) throws IOException { ^ /Users/simsun/fbsource/fbandroid/libraries/soloader/java/com/facebook/soloader/SoSource.java:95: warning: no throws for java.io.IOException protected File getSoFileByName(String soName) throws IOException { ^ Generating /var/folders/48/qgw4nzlj2p56xl344pd8rfh40000gn/T/tmp7j2fsb_l/com/facebook/soloader/AsyncInitSoSource.html... Generating /var/folders/48/qgw4nzlj2p56xl344pd8rfh40000gn/T/tmp7j2fsb_l/com/facebook/soloader/BackupSoSource.html... /Users/simsun/fbsource/fbandroid/libraries/soloader/java/com/facebook/soloader/UnpackingSoSource.java:484: warning: no throws for java.io.IOException public void prepareForceRefresh() throws IOException { ^ Generating /var/folders/48/qgw4nzlj2p56xl344pd8rfh40000gn/T/ ``` Differential Revision: D52492588 fbshipit-source-id: b38e09417c50fa1a98d2996c45599e89c803a22b
- Loading branch information