[Tinyos-2-commits] CVS: tinyos-2.x/apps/Oscilloscope/java
Graph.java, 1.3, 1.4
Jan Beutel
beutel at users.sourceforge.net
Thu Sep 6 10:01:03 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26447/apps/Oscilloscope/java
Modified Files:
Graph.java
Log Message:
no more trailing tabs. checkstyle test
Index: Graph.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope/java/Graph.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Graph.java 6 Sep 2007 10:26:05 -0000 1.3
--- Graph.java 6 Sep 2007 17:01:00 -0000 1.4
***************
*** 75,82 ****
void rightDrawString(
! Graphics2D g,
! String s,
! int x,
! int y) {
TextLayout layout =
new TextLayout(s, parent.smallFont, g.getFontRenderContext());
--- 75,82 ----
void rightDrawString(
! Graphics2D g,
! String s,
! int x,
! int y) {
TextLayout layout =
new TextLayout(s, parent.smallFont, g.getFontRenderContext());
More information about the Tinyos-2-commits
mailing list