Skip to content

Commit

Permalink
Renamed DialogUtils.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Jan 28, 2016
1 parent 500822f commit a55a678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
import android.support.v7.app.AlertDialog;

/**
* Static helper methods to quickly create {@link AlertDialog}s
* Static utility methods to quickly create {@link AlertDialog}s
* @author Julien Guerinet
* @since 1.0.0
*/
public class DialogHelper {
public class DialogUtils {
/* NEUTRAL DIALOGS */

/**
Expand Down

0 comments on commit a55a678

Please sign in to comment.