Skip to content

Commit edacf85

Browse files
authored
Merge pull request #66 from optimizely/devel
Fix javadoc for Cache class. (#65)
2 parents 0897361 + 5beb343 commit edacf85

File tree

1 file changed

+1
-2
lines changed
  • shared/src/main/java/com/optimizely/ab/android/shared

1 file changed

+1
-2
lines changed

shared/src/main/java/com/optimizely/ab/android/shared/Cache.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ public Cache(@NonNull Context context, @NonNull Logger logger) {
5454
* Load the cache file
5555
*
5656
* @param fileName the path to the file
57-
* @return the loaded cache file as String
58-
* @throws IOException if file can't be loaded
57+
* @return the loaded cache file as String or null if the file cannot be loaded
5958
* @hide
6059
*/
6160
@Nullable

0 commit comments

Comments
 (0)