From f97ff0cc075888b9b704ccb7dd7c7f5e8530f9ba Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Mar 2017 02:09:22 +0200 Subject: [PATCH] Updated git submodules Project: infrautils master 30649626714685a6e8fad37de000c0e78b183410 Do not use String.replaceAll() For simple char substitutions we have CharMatcher, which is much faster due to not having to compile a regular expression. Change-Id: If34ee0702575859e0b937174be23f7eca2d43918 Signed-off-by: Robert Varga --- docs/submodules/infrautils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/infrautils b/docs/submodules/infrautils index be44913c1..306496267 160000 --- a/docs/submodules/infrautils +++ b/docs/submodules/infrautils @@ -1 +1 @@ -Subproject commit be44913c14511a4a8b4a15464bdc3bde41ef64f2 +Subproject commit 30649626714685a6e8fad37de000c0e78b183410 -- 2.36.6