Ignore:
Timestamp:
2017-02-02T00:08:08+01:00 (8 years ago)
Author:
Don-vip
Message:

see #14319 - update to latest version of svgSalamander (2017-01-07, patched)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/app/data/Handler.java

    r10746 r11525  
    44 * All rights reserved.
    55 *
    6  * Redistribution and use in source and binary forms, with or 
     6 * Redistribution and use in source and binary forms, with or
    77 * without modification, are permitted provided that the following
    88 * conditions are met:
    99 *
    10  *   - Redistributions of source code must retain the above 
     10 *   - Redistributions of source code must retain the above
    1111 *     copyright notice, this list of conditions and the following
    1212 *     disclaimer.
    1313 *   - Redistributions in binary form must reproduce the above
    1414 *     copyright notice, this list of conditions and the following
    15  *     disclaimer in the documentation and/or other materials 
     15 *     disclaimer in the documentation and/or other materials
    1616 *     provided with the distribution.
    1717 *
     
    2727 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    2828 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    29  * OF THE POSSIBILITY OF SUCH DAMAGE. 
    30  * 
     29 * OF THE POSSIBILITY OF SUCH DAMAGE.
     30 *
    3131 * Mark McKay can be contacted at mark@kitfox.com.  Salamander and other
    3232 * projects can be found at http://www.kitfox.com
     
    3535package com.kitfox.svg.app.data;
    3636
    37 import com.kitfox.svg.SVGConst;
    3837import java.io.ByteArrayInputStream;
    3938import java.io.IOException;
     
    4544import java.util.logging.Level;
    4645import java.util.logging.Logger;
     46
     47import com.kitfox.svg.SVGConst;
    4748
    4849/**
     
    7879            }
    7980        }
    80        
     81
     82        @Override
    8183        public void connect() throws IOException
    8284        {
    8385        }
    8486
     87        @Override
    8588        public String getHeaderField(String name)
    8689        {
     
    9396        }
    9497
     98        @Override
    9599        public InputStream getInputStream() throws IOException
    96100        {
     
    104108    }
    105109
     110    @Override
    106111    protected URLConnection openConnection(URL u) throws IOException
    107112    {
Note: See TracChangeset for help on using the changeset viewer.