Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9dc53ebace2dc504017ba8e7b078a65eb8b2dd91 (plain) (blame)
1
2
3
4
5
6
package org.eclipse.mylyn.internal.bugzilla.rest.core.response.data;


public interface Named {
	public String getName();
}

Back to the top