Skip to content

Commit

Permalink
Renamed the Utils class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Jan 28, 2016
1 parent a822d0f commit 9fc27a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 1.0.3 (2016-01-27)
* Renamed the Utils class

## Version 1.0.2 (2016-01-27)
* Renamed the DialogUtil class

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @author Julien Guerinet
* @since 1.0.0
*/
public class Util {
public class Utils {

/**
* Displays a toast of short length
Expand Down

0 comments on commit 9fc27a1

Please sign in to comment.