teragrep / jpr_01

Java PCRE Library
Apache License 2.0
5 stars 3 forks source link

name_table and match_table not accessible from outside package #10

Closed eemhu closed 1 year ago

eemhu commented 1 year ago

results of regex cannot be accessed, the Maps are not exposed to the outside (package-private). should be public or have public getters

kortemik commented 1 year ago

fixed in #12