https://issues.apache.org/bugzilla/show_bug.cgi?id=52664

Nick Burch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Burch <[email protected]> 2012-02-14 12:58:22 
UTC ---
nameIdChunks seems to already be null checked:

      if (nameIdChunks!=null) {
         for(Chunk c : nameIdChunks.getAll()) {
            if(c instanceof StringChunk) {
                ((StringChunk)c).set7BitEncoding(charset);
            }
         }
      }

Is something else needed, or does this problem refer to an older version of
POI?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to