Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 171fece98a4b4332443346b28e46b04a81a1cafb (plain) (blame)
1
2
3
4
5
6
package org.eclipse.papyrus.qompass.modellibs.tracing;

public class StringConstants {
	public static final String QUOTE = "\""; //$NON-NLS-1$

}

Back to the top