[brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Supressed a warning on 2013-05-10 18:19 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Fri, 10 May 2013 18:20:02 +0000

Revision: b930c7482ca7
Branch:   default
Author:   Brandon Roller <brandon.r.roller@xxxxxxxxx>
Date:     Fri May 10 11:18:36 2013
Log:      Supressed a warning
http://code.google.com/p/brailleblaster/source/detail?r=b930c7482ca7&repo=newdesign

Modified:
 /src/main/org/brailleblaster/views/BrailleView.java

=======================================
--- /src/main/org/brailleblaster/views/BrailleView.java Fri May 10 09:06:10 2013 +++ /src/main/org/brailleblaster/views/BrailleView.java Fri May 10 11:18:36 2013
@@ -179,6 +179,7 @@
                setViewData(message);
        }

+       @SuppressWarnings("unchecked")
        protected void setViewData(Message message){
                currentStart = (Integer)message.getValue("brailleStart");
                currentEnd = (Integer)message.getValue("brailleEnd");

Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Supressed a warning on 2013-05-10 18:19 GMT - brailleblaster