velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ImportSupport.java [263:277]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            if (i != null)
            {
                try
                {
                    i.close();
                }
                catch (IOException ioe)
                {
                    getLog().error("Could not close InputStream", ioe);
                }
            }

            if (huc != null)
            {
                huc.disconnect();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ImportSupport.java [284:298]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            if (i != null)
            {
                try
                {
                    i.close();
                }
                catch (IOException ioe)
                {
                    getLog().error("Could not close InputStream", ioe);
                }
            }

            if (huc != null)
            {
                huc.disconnect();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



