We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bd197 commit 2b94fccCopy full SHA for 2b94fcc
1 file changed
google-cloud-core/src/main/java/com/google/cloud/PlatformInformation.java
@@ -29,7 +29,7 @@ public final class PlatformInformation {
29
public static final String JETTY_LOGGER_ON_GAE8_PROD =
30
"com.google.apphosting.runtime.jetty9.JettyLogger";
31
public static final String JETTY_LOGGER_ON_GAE8_DEVSERVER =
32
- " com.google.appengine.development.jetty9.JettyLogger";
+ " com.google.appengine.development.jetty9.JettyLogger"; //note the leading space
33
34
private PlatformInformation() {}
35
0 commit comments