Skip to content

Commit

Permalink
Fixed {@code} javadoc tag
Browse files Browse the repository at this point in the history
Fixed 2 instances of javadoc {@code} tags (was written as @{code} )
  • Loading branch information
vinaywadhwa authored Aug 12, 2016
1 parent ed62c45 commit 55ebb61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public SharedPreferencesHelper(SharedPreferences sharedPreferences) {
* {@link SharedPreferences}.
*
* @param sharedPreferenceEntry contains data to save to {@link SharedPreferences}.
* @return @{code true} if writing to {@link SharedPreferences} succeeded. @{code false}
* @return {@code true} if writing to {@link SharedPreferences} succeeded. {@code false}
* otherwise.
*/
public boolean savePersonalInfo(SharedPreferenceEntry sharedPreferenceEntry){
Expand Down

0 comments on commit 55ebb61

Please sign in to comment.