File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 limitations under the License.
1616 */
1717
18- package org .teragrep ;
18+ package com .teragrep ;
1919
2020import java .util .*;
2121import java .util .regex .PatternSyntaxException ;
@@ -172,7 +172,7 @@ public static class ByValue extends RegexStruct implements Structure.ByValue {}
172172 Map <String , Integer > name_table ;
173173 Map <Integer , String > match_table ;
174174
175- JavaPcre (){
175+ public JavaPcre (){
176176 compile_options = new LibJavaPcre .OptionsStruct (); // initializes pcre2_compile options with default values of PCRE2 library.
177177 match_options = new LibJavaPcre .MatchOptionsStruct (); // initializes pcre2_match options with default values of PCRE2 library.
178178 extra_options = new LibJavaPcre .ExtraOptionsStruct (); // initializes pcre2_compile extra options with default values of PCRE2 library.
Original file line number Diff line number Diff line change 1- package org .teragrep ;
1+ package com .teragrep ;
22
33import org .slf4j .Logger ;
44import org .slf4j .LoggerFactory ;
Original file line number Diff line number Diff line change 1515 limitations under the License.
1616 */
1717
18- package org .teragrep ;
18+ package com .teragrep ;
1919
2020public class MatchException extends RuntimeException {
2121 public MatchException (String message , Throwable cause ){
Original file line number Diff line number Diff line change 1- package org .teragrep ;
1+ package com .teragrep ;
22
33import com .sun .jna .Pointer ;
44import com .sun .jna .ptr .PointerByReference ;
55import org .junit .jupiter .api .Test ;
66import org .junit .jupiter .api .Assertions ;
77
88import java .util .Map ;
9- import java .util .regex .PatternSyntaxException ;
109
1110import org .slf4j .Logger ;
1211import org .slf4j .LoggerFactory ;
You can’t perform that action at this time.
0 commit comments