Skip to content

Commit 2b94fcc

Browse files
committed
add comment for leading whitespace
1 parent 30bd197 commit 2b94fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-core/src/main/java/com/google/cloud/PlatformInformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class PlatformInformation {
2929
public static final String JETTY_LOGGER_ON_GAE8_PROD =
3030
"com.google.apphosting.runtime.jetty9.JettyLogger";
3131
public static final String JETTY_LOGGER_ON_GAE8_DEVSERVER =
32-
" com.google.appengine.development.jetty9.JettyLogger";
32+
" com.google.appengine.development.jetty9.JettyLogger"; //note the leading space
3333

3434
private PlatformInformation() {}
3535

0 commit comments

Comments
 (0)