Skip to content

Commit b01e10c

Browse files
committed
There is no @note javadoc tag.
Change-Id: I4bb4e0be518b01f2a81d870ff4ec9da81555afbd
1 parent 15f0a79 commit b01e10c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drm/java/android/drm/DrmManagerClient.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ public ContentValues getConstraints(String path, int action) {
213213
* Save DRM rights to specified rights path
214214
* and make association with content path.
215215
*
216+
* <p class="note">In case of OMA or WM-DRM, rightsPath and contentPath could be null.</p>
217+
*
216218
* @param drmRights DrmRights to be saved
217219
* @param rightsPath File path where rights to be saved
218220
* @param contentPath File path where content was saved
219221
* @throws IOException if failed to save rights information in the given path
220-
*
221-
* @note In case of OMA or WM-DRM, rightsPath and contentPath could be null
222222
*/
223223
public void saveRights(
224224
DrmRights drmRights, String rightsPath, String contentPath) throws IOException {
@@ -256,9 +256,9 @@ public void installDrmEngine(String engineFilePath) {
256256
* @param path Path of the content to be handled
257257
* @param mimeType Mimetype of the object to be handled
258258
* @return
259-
* true - if the given mimeType or path can be handled
260-
* false - cannot be handled.
261-
* @note false will be return in case the state is uninitialized
259+
* true - if the given mimeType or path can be handled.
260+
* false - cannot be handled. false will be returned in case
261+
* the state is uninitialized
262262
*/
263263
public boolean canHandle(String path, String mimeType) {
264264
if ((null == path || path.equals("")) && (null == mimeType || mimeType.equals(""))) {

0 commit comments

Comments
 (0)