1 package com.atlassian.jira.i18n; 2 3 /** Empty Interface just created to make any other Interface as I18n Provider Interface 4 * @author Kaamelot 5 */ 6 public interface I18nProvider { 7 8 }