From 7df00ce67fcf942d87cf11906f83c1589eb36359 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Wed, 2 Jan 2019 09:26:52 +0100 Subject: [PATCH] IDEA-CR-41746 grammar --- .../src/com/intellij/openapi/project/ex/ProjectManagerEx.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java index 33324ca9f953..f5e0bead7372 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java @@ -1,4 +1,4 @@ -// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.project.ex; import com.intellij.openapi.application.ApplicationManager; @@ -61,7 +61,7 @@ public abstract class ProjectManagerEx extends ProjectManager { public abstract boolean closeAndDisposeAllProjects(boolean checkCanClose); /** - * Save, close and dispose project. Please note that only project will be saved, but not application. + * Save, close and dispose project. Please note that only the project will be saved, but not the application. * @return true on success */ public abstract boolean closeAndDispose(@NotNull Project project);