Make static method declarations in Util class consistent with other code

In all other places we use 'public static' / 'private static' and not
'static public' / 'static private'. This should be consistent across
the whole code base.

Change-Id: I110b745d6c366c7e984a13b99454787e5aeb092e
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
1 file changed