Update of /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade/modellor
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9475/src/net/sourceforge/bprocessor/facade/modellor
Modified Files:
FacadeModellor.java
Log Message:
fixed checkstyle
Index: FacadeModellor.java
===================================================================
RCS file: /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade/modellor/FacadeModellor.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** FacadeModellor.java 25 Sep 2006 13:43:58 -0000 1.14
--- FacadeModellor.java 25 Sep 2006 14:07:36 -0000 1.15
***************
*** 28,32 ****
import org.apache.log4j.Logger;
- import sun.net.www.http.PosterOutputStream;
/**
* The facade modellor models the elements for a facade space.
--- 28,31 ----
***************
*** 449,453 ****
}
}
!
private void createSegmentLines() {
removeSegmentLines();
--- 448,455 ----
}
}
! /**
! * Creates segment lines based on the post constructors
! *
! */
private void createSegmentLines() {
removeSegmentLines();
***************
*** 493,497 ****
}
}
!
private void removeSegmentLines() {
for (int i = 0; i < vertPosts; i++) {
--- 495,502 ----
}
}
! /**
! * Removes segment lines
! *
! */
private void removeSegmentLines() {
for (int i = 0; i < vertPosts; i++) {
|