Revision 42951 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/PluginServices.java

View differences:

PluginServices.java
131 131
     * @return The message associated with the provided key, in one of the
132 132
     *         current locale languages, or the key if the translation is not
133 133
     *         found.
134
     * @deprecated use I18NManager
134 135
     */
135 136
    public String getText(String key) {
136 137
        if (key == null)
......
313 314
     * @return The message associated with the provided key, in one of the
314 315
     *         current locale languages, or the key if the translation is not
315 316
     *         found.
317
     * @deprecated use I18NManager
316 318
     */
317 319
    public static String getText(Object pluginObject, String key) {
318 320
        if (key == null)

Also available in: Unified diff