@@ -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