Changeset 1537


Ignore:
Timestamp:
11/02/20 15:36:34 (4 years ago)
Author:
bnemhaus
Message:

Raise visibility of function for use outside of package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/management/ResourceUtil.java

    r1524 r1537  
    8989         * @return The transformed string.
    9090         */
    91         protected static String substitute(String input, String pattern, String replacement) {         
     91        public static String substitute(String input, String pattern, String replacement) {             
    9292                StringBuilder outputSB = new StringBuilder();
    9393                StringBuilder inputSB = new StringBuilder(input.replace("\\", "\\\\") + ResourceUtil.ESCAPE);
Note: See TracChangeset for help on using the changeset viewer.