Fix javadoc breakage

Change-Id: I72df82a8855322145c870bd8db64da81533be4cc
This commit is contained in:
Amith Yamasani
2013-03-20 23:54:07 -07:00
parent d4f8800801
commit 1eab5f2693

View File

@@ -27,7 +27,7 @@ import java.lang.annotation.Inherited;
* applied to the restricted user. Each RestrictionsEntry is one configurable restriction.
* <p/>
* Any application that chooses to expose such restrictions does so by implementing a
* receiver that handles the {@link Intent.ACTION_GET_RESTRICTION_ENTRIES} action.
* receiver that handles the {@link Intent#ACTION_GET_RESTRICTION_ENTRIES} action.
* The receiver then returns a result bundle that contains an entry called "restrictions", whose
* value is an ArrayList<RestrictionsEntry>.
*/