view src/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 5:0be9d53a6967

editor for annotations
author dwinter
date Tue, 13 Dec 2011 17:43:46 +0100
parents
children b0ef5c860464
line wrap: on
line source

package de.mpiwg.itgroup.annotationManager.tests;

import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler;

public class DrupalTest {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		AnnotationHandler ah = new AnnotationHandler();
		System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7"));
	}

}