Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
jisp2
jisp2-2.5.1-java5-enum.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jisp2-2.5.1-java5-enum.patch of Package jisp2
--- jisp-2.5.1/com/coyotegulch/jisp/SerialObjectOutputStream.java.orig 2008-10-01 16:53:21.484712337 -0400 +++ jisp-2.5.1/com/coyotegulch/jisp/SerialObjectOutputStream.java 2008-10-01 16:53:55.712680195 -0400 @@ -83,11 +83,11 @@ // Check if we have a list of m_buffers if (m_buffers != null) { - Iterator enum = m_buffers.iterator(); + Iterator bEnum = m_buffers.iterator(); - while (enum.hasNext()) + while (bEnum.hasNext()) { - byte[] bytes = (byte[]) enum.next(); + byte[] bytes = (byte[]) bEnum.next(); out.write(bytes, 0, m_blockSize); } } @@ -101,10 +101,10 @@ // Check if we have a list of m_buffers if (m_buffers != null) { - Iterator enum = m_buffers.iterator(); - while (enum.hasNext()) + Iterator bEnum = m_buffers.iterator(); + while (bEnum.hasNext()) { - byte[] bytes = (byte[]) enum.next(); + byte[] bytes = (byte[]) bEnum.next(); out.write(bytes, 0, m_blockSize); } } @@ -126,10 +126,10 @@ int pos = 0; if (m_buffers != null) { - Iterator enum = m_buffers.iterator(); - while (enum.hasNext()) + Iterator bEnum = m_buffers.iterator(); + while (bEnum.hasNext()) { - byte[] bytes = (byte[]) enum.next(); + byte[] bytes = (byte[]) bEnum.next(); System.arraycopy(bytes,0,data,pos,m_blockSize); pos+=m_blockSize; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor