am 833533c9: Improve Display javadoc slightly

Merge commit '833533c9292f860e4dfc060a4eba6429cd259ed4' into gingerbread-plus-aosp

* commit '833533c9292f860e4dfc060a4eba6429cd259ed4':
  Improve Display javadoc slightly
This commit is contained in:
Mathias Agopian
2010-08-16 16:54:49 -07:00
committed by Android Git Automerger

View File

@@ -27,7 +27,8 @@ public class Display
/**
* Use the WindowManager interface to create a Display object.
* Use {@link android.view.WindowManager#getDefaultDisplay()
* WindowManager.getDefaultDisplay()} to create a Display object.
* Display gives you access to some information about a particular display
* connected to the device.
*/