Skip to content

Commit 4ad941c

Browse files
committed
Preserve attribute value for backward compatibility
1 parent 64b94da commit 4ad941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public interface IImportExportConstants {
136136
/**
137137
* The name of the persistent attribute for breakpoint information
138138
*/
139-
String IE_BP_PERSISTENT = "persistent"; //$NON-NLS-1$
139+
String IE_BP_PERSISTENT = "persistant"; //$NON-NLS-1$
140140

141141
/**
142142
* The default file extension for breakpoint export files

0 commit comments

Comments
 (0)