Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
svn path=/; revision=234
authorlingutln <lingutln@localhost>
Thu, 22 Dec 2011 23:30:21 +0000 (23:30 +0000)
committerlingutln <lingutln@localhost>
Thu, 22 Dec 2011 23:30:21 +0000 (23:30 +0000)
Annotation/src/ie/dcu/segment/annotate/AnnotationManager.java

index cb4566538c0020a16ae725d8f073fd3b05a394a7..88a94fede3c7fe3524364888aea8b4631f216f03 100644 (file)
@@ -42,7 +42,6 @@ public class AnnotationManager {
                for(Annotation ann : annotations)
                {
                        temp[i++] = ann.getType().toString();
-                       System.out.println(ann.getType());
                }
                for(int j=0;j<temp.length;j++)
                {