diff -r d6dafc5d983f -r 1627c337e51e javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGeSWTAnimator.java --- a/javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGeSWTAnimator.java Fri Oct 15 12:29:39 2010 +0300 +++ b/javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGeSWTAnimator.java Fri Oct 29 11:49:32 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -31,26 +31,7 @@ "org.eclipse.swt.widgets.Canvas"; // Exception text - /* Optimization: static finals changed to local variables - private static final String COMPONENT_BASE_CLASS_NOT_SUPPORTED_ESTR = - "The requested componentBaseClass is not supported by the implementation."; - private static final String ILLEGAL_TIME_INCREMENT_ESTR = - "The timeIncrement is less than or equal to zero."; - private static final String ANIMATOR_PLAY_ESTR = - "The animator is not currently in the stopped or paused state."; - private static final String ANIMATOR_PAUSE_ESTR = - "The animator is not in the playing state."; - private static final String ANIMATOR_STOP_ESTR = - "The animator is not in the playing or paused state."; - private static final String INVALID_RUNNABLE_ESTR = - "The runnable is null."; - private static final String ANIMATOR_IS_STOPPED_ESTR = - "The animator is in the stopped state."; - private static final String RUNNABLE_IS_NULL_ESTR = - "The runnable is null."; - private static final String ANIMATOR_INVOKE_ESTR = - "The animator is in the stopped state."; - */ + //-------------------------------------------------- // VARIABLES