Show
Ignore:
Timestamp:
05/17/08 11:34:28 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Update to SWT 3.4M7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/image/JPEGRestartInterval.d

    r48 r213  
    1 /******************************************************************************* 
     1/******************************************************************************* 
    22 * Copyright (c) 2000, 2003 IBM Corporation and others. 
    33 * All rights reserved. This program and the accompanying materials 
     
    2323    } 
    2424 
    25     override public int signature() { 
     25    public override int signature() { 
    2626        return JPEGFileFormat.DRI; 
    2727    } 
     
    3131    } 
    3232 
    33     override public int fixedSize() { 
     33    public override int fixedSize() { 
    3434        return 6; 
    3535    }