Fix the comment formatting
Change-Id: I4717ca36523e8e61fb5215f76a2e5ba59f5829a2
diff --git a/src/com/android/contacts/ui/DialogManager.java b/src/com/android/contacts/ui/DialogManager.java
index a220c6d..469af06 100644
--- a/src/com/android/contacts/ui/DialogManager.java
+++ b/src/com/android/contacts/ui/DialogManager.java
@@ -98,7 +98,8 @@
* Interface to implemented by Views that show Dialogs
*/
public interface DialogShowingView {
- /** Callback function to create a Dialog. Notice that the DialogManager overwrites the
+ /**
+ * Callback function to create a Dialog. Notice that the DialogManager overwrites the
* OnDismissListener on the returned Dialog, so the View should not use this Listener itself
*/
Dialog createDialog(Bundle bundle);