Skip to content

Commit

Permalink
Refactoring code, removed final decoration for getValue method.(T50340)
Browse files Browse the repository at this point in the history
  • Loading branch information
heli committed Oct 8, 2012
1 parent a2d305d commit e0a76dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -588,7 +588,7 @@ public List<String> getRegisteredKeys( )
*
* @see org.eclipse.birt.chart.ui.swt.interfaces.IUIServiceProvider#getValue(java.lang.String)
*/
public final String getValue( String sKey )
public String getValue( String sKey )
{
String value = extendedHandle.getModuleHandle( ).getMessage( sKey );
if ( value == null || value.equals( "" ) ) //$NON-NLS-1$
Expand Down

0 comments on commit e0a76dc

Please sign in to comment.