1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Bug 490685 - add missing @since tag in MemorySpacePreferencesHelper

Change-Id: Ib59fa1fbcc15d86ceed978656095a015dd099b08
This commit is contained in:
Marc Dumais 2016-03-30 10:08:29 -04:00
parent b28d8e45d1
commit 750f009c20

View file

@ -30,7 +30,8 @@ import org.eclipse.jface.preference.IPreferenceStore;
* by exact key. So the work-around is to use one key to save a csv string,
* containing the information necessary to reconstruct the keys for the
* unpredictable entries.
*
*
* @since 1.4
*/
public class MemorySpacePreferencesHelper implements IMemorySpacePreferencesHelper {
/** Reference to the plugin's preference store */