Skip to content

Commit 11aab23

Browse files
committed
RANGER-5274 : Test Cases for Security-Admin Module: Package[common, common.view]
1 parent bd17409 commit 11aab23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security-admin/src/main/java/org/apache/ranger/common/RangerSearchUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.ranger.common;
2021

2122
import org.apache.commons.collections.MapUtils;
@@ -728,4 +729,4 @@ private String getSortType(SearchFilter searchCriteria) {
728729

729730
return ret;
730731
}
731-
}
732+
}

0 commit comments

Comments
 (0)