mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
30.06.2015 e2625dcf6c9d179a91ca8549200b0eef96a419c5
opendj-sdk/opendj-doc-maven-plugin/src/main/java/org/forgerock/opendj/maven/doc/GenerateGlobalAcisTableMojo.java
@@ -152,7 +152,7 @@
     *          or an empty string if no description is found.
     */
    private String getDescription(String aci) {
        // Extract the user-friendly string in
        // Extract the user-friendly string in
        // {@code ...version 3.0; acl "user-friendly string"...}.
        Pattern pattern = Pattern.compile(".+version 3.0; ?acl \"([^\"]+)\".+");
        Matcher matcher = pattern.matcher(aci);