Use Integer.toString directly in team ui

Replace Integer.valueOf(i).toString()) with Integer.toString(i)
using JDT cleanup "Primitive serialization".

Change-Id: I644f7cbd855c46e0f2d2eb8741e1e7f8cd5fc81b
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
5 files changed