Revision 44198 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/Launcher.java

View differences:

Launcher.java
198 198
 * </p>
199 199
 *
200 200
 *
201
 * @author $author$
202
 * @version $Revision: 40305 $
203 201
 */
204 202
public class Launcher {
205 203

  
......
989 987

  
990 988
    /**
991 989
     * Obtiene la personalizaci�n de los iconos, splash, fondo y el nombre de
992
     * la aplicacin.
990
     * la aplicacion.
993 991
     *
994 992
     * @return Theme
995 993
     */
......
2902 2900
     * defined.</li>
2903 2901
     * </ul>
2904 2902
     *
2905
     * @author cesar
2906
     * @version $Revision: 40305 $
2907 2903
     */
2908 2904
    private static class ToolComparator implements Comparator<SortableTool> {
2909 2905

  
......
3171 3167
     * <br>
3172 3168
     * -exclusiveUI={pathToExtensionClass} <br>
3173 3169
     *
3174
     * @see org.gvsig.andami.plugins.IExtension#isEnabled(IExtension extension)
3175
     * @see org.gvsig.andami.plugins.IExtension#isVisible(IExtension extension)
3176 3170
     */
3177 3171
    private static void initializeExclusiveUIExtension() {
3178 3172
        String name = PluginServices.getArgumentByName("exclusiveUI");
......
3295 3289
    /**
3296 3290
     * Manages Andami termination process
3297 3291
     *
3298
     * @author Cesar Martinez Izquierdo <cesar.martinez@iver.es>
3299 3292
     */
3300 3293
    public class TerminationProcess {
3301 3294

  
......
4183 4176
        }
4184 4177
        logger.info("Loaded an identity manager from plugin '" + plugin.getPluginName() + ".");
4185 4178
    }
4186

  
4187 4179
}

Also available in: Unified diff