Update of /cvsroot/tm4j/tmharvest/src/org/tm4j/harvest/template
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2288/tmharvest/src/org/tm4j/harvest/template
Modified Files:
OccurrenceElement.java
Log Message:
Spelling fix: s/ccurence/ccurrence/ part 3: non-TMDM-spelling-fixes (found thanks to a code-review by Benjamin Bock <bb-...@bo...>)
Index: OccurrenceElement.java
===================================================================
RCS file: /cvsroot/tm4j/tmharvest/src/org/tm4j/harvest/template/OccurrenceElement.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** OccurrenceElement.java 8 Nov 2003 16:15:15 -0000 1.10
--- OccurrenceElement.java 21 Jan 2008 20:12:41 -0000 1.11
***************
*** 40,44 ****
public OccurrenceElement(HarvestingContext ctx) {
super(ctx);
! log.debug("OccurenceElement created");
}
--- 40,44 ----
public OccurrenceElement(HarvestingContext ctx) {
super(ctx);
! log.debug("OccurrenceElement created");
}
|