Changeset 12051


Ignore:
Timestamp:
2006-07-07T10:10:19+12:00 (18 years ago)
Author:
mdewsnip
Message:

(FindBugs) Removed a couple of pointless assignments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/feedback/Base64.java

    r7315 r12051  
    872872            this.breakLines   = (options & DONT_BREAK_LINES) != DONT_BREAK_LINES;
    873873            this.encode       = (options & ENCODE) == ENCODE;
    874             this.breakLines = breakLines;
    875             this.encode = encode;
    876874            this.bufferLength = encode ? 4 : 3;
    877875            this.buffer   = new byte[ bufferLength ];
Note: See TracChangeset for help on using the changeset viewer.