com.almworks.jira.structure.api.i18n.JiraI18nProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
The newest version!
package com.almworks.jira.structure.api.i18n;
import com.atlassian.annotations.Internal;
@Internal
public class JiraI18nProvider implements I18nProvider {
@Override
public I18n forCurrentUser() {
return JiraI18n.forCurrentUser();
}
}