Replaced deprecated String Constructor

Change-Id: I91874093d69e230850c695b92da5f91391030d44
This commit is contained in:
Christian Mehlmauer
2010-05-25 20:04:09 +02:00
parent d6c1919779
commit 4136c98ecc

View File

@@ -687,7 +687,7 @@ public class ProcessStats {
break;
}
}
return new String(mBuffer, 0, 0, i);
return new String(mBuffer, 0, i);
}
} catch (java.io.FileNotFoundException e) {
} catch (java.io.IOException e) {