Fix a bunch of trivial code warnings

This commit is contained in:
Vincent Breitmoser
2018-01-22 15:43:31 +01:00
parent 583b427336
commit 5c2e4f889f
111 changed files with 453 additions and 455 deletions

View File

@@ -926,7 +926,6 @@ public abstract class OperationResult implements Parcelable {
MSG_TRUST_INITIALIZE (LogLevel.INFO, R.string.msg_trust_initialize),
MSG_TRUST_COUNT_NONE (LogLevel.DEBUG, R.string.msg_trust_count_none),
MSG_TRUST_COUNT (LogLevel.DEBUG, R.plurals.msg_trust_count);
;
public final int mMsgId;
public final LogLevel mLevel;