Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/state/ICheatSheetStateManager.java')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/state/ICheatSheetStateManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/state/ICheatSheetStateManager.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/state/ICheatSheetStateManager.java
index 2b46a6675..9d095cd03 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/state/ICheatSheetStateManager.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/state/ICheatSheetStateManager.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2015 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -25,7 +25,7 @@ import org.eclipse.ui.internal.cheatsheets.views.CheatSheetManager;
*/
public interface ICheatSheetStateManager {
-
+
/**
* Will be called before any of the functions to get or save state
* @param element
@@ -41,7 +41,7 @@ public interface ICheatSheetStateManager {
* Load the cheat sheet manager from state file/memento/memory
*/
public CheatSheetManager getCheatSheetManager();
-
+
/**
* Save the properties and the cheat sheet manager
* @param properties

Back to the top