[brailleblaster] push by brandon....@xxxxxxxxx - Removed line of code not meant to be pushed on 2014-07-10 18:52 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Thu, 10 Jul 2014 18:52:29 +0000

Revision: 8d98401fbbad
Branch:   default
Author:   Brandon Roller <brandon.r.roller@xxxxxxxxx>
Date:     Thu Jul 10 18:51:36 2014 UTC
Log:      Removed line of code not meant to be pushed
http://code.google.com/p/brailleblaster/source/detail?r=8d98401fbbad

Modified:
 /src/main/org/brailleblaster/perspectives/braille/Manager.java

=======================================
--- /src/main/org/brailleblaster/perspectives/braille/Manager.java Thu Jul 10 18:48:12 2014 UTC +++ /src/main/org/brailleblaster/perspectives/braille/Manager.java Thu Jul 10 18:51:36 2014 UTC
@@ -418,7 +418,7 @@

                ArrayList<SectionElement>secList = vi.getSectionList();
                Element e = (Element)textList.get(0).getParent();
- while(e != null && !e.getLocalName().equals("level1") && !e.getLocalName().equals("body") && !((Element) e.getParent()).getLocalName().equals("sidebar")){ + while(e != null && !e.getLocalName().equals("level1") && !e.getLocalName().equals("body")){
                        e = (Element)e.getParent();
                }


Other related posts:

  • » [brailleblaster] push by brandon....@xxxxxxxxx - Removed line of code not meant to be pushed on 2014-07-10 18:52 GMT - brailleblaster