This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git.


    from 848df5e  Merge pull request #14 from shalithasuranga/patch005
     add 85c87b0  Add PatternReplaceVar class for PR variable
     add 521d5fe  Fix javadoc comment indentation
     add b368064  Add javadocs for PatternReplaceVar class
     add b67b5c5  Add unit test for PatternReplaceVar
     new b5021cb  Merge pull request #13 from shalithasuranga/patch004

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../{IfVarTest.java => PatternReplaceVarTest.java} | 91 +++++++++++-----------
 .../org/apache/juneau/svl/VarResolverBuilder.java  |  2 +
 ...PatternMatchVar.java => PatternReplaceVar.java} | 35 +++++----
 3 files changed, 66 insertions(+), 62 deletions(-)
 copy 
juneau-core/juneau-core-test/src/test/java/org/apache/juneau/svl/vars/{IfVarTest.java
 => PatternReplaceVarTest.java} (62%)
 mode change 100755 => 100644
 copy 
juneau-core/juneau-svl/src/main/java/org/apache/juneau/svl/vars/{PatternMatchVar.java
 => PatternReplaceVar.java} (74%)

Reply via email to