commit | 4d269182938b5646826a9b1444242a1c9de91439 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Tue Jun 24 15:35:01 2014 +0200 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Jun 25 10:36:11 2014 +0900 |
tree | fd59f744e13c2c7fc779535248f8303482733d66 | |
parent | 7bf593385a92856f203e430c1b8f61aa929de3f0 [diff] |
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>