diff --git a/wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/scm/AuthorizingFileContentProvider.java b/wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/scm/AuthorizingFileContentProvider.java index ddc67b185c..1bb4fbcfa1 100644 --- a/wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/scm/AuthorizingFileContentProvider.java +++ b/wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/scm/AuthorizingFileContentProvider.java @@ -122,7 +122,8 @@ public class AuthorizingFileContentProvider throw exception; } } - throw new DevfileException("Could not reach devfile at " + " `" + exception.getMessage() + "`", exception); + throw new DevfileException( + "Could not reach devfile at " + "`" + exception.getMessage() + "`", exception); } }