Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2630)

Unified Diff: content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java

Issue 744453002: Fix a bunch of Java Checkstyle issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NeedsBraces to info Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
diff --git a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
index edf5efc16b5fe72b3977fecd8392408a94c314ff..0ca4e494c591c02c6224571a5b57672740656a35 100644
--- a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
+++ b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
@@ -38,8 +38,8 @@ public class LinkerTests implements Linker.TestRunner {
checkSharedRelro = true;
break;
default:
- Log.e(TAG, "Invalid shared RELRO linker configuration: " +
- Linker.BROWSER_SHARED_RELRO_CONFIG);
+ Log.e(TAG, "Invalid shared RELRO linker configuration: "
+ + Linker.BROWSER_SHARED_RELRO_CONFIG);
return false;
}
} else {

Powered by Google App Engine
This is Rietveld 408576698