view src/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 6:5bb7cc86069c

restlet.jar
author dwinter
date Wed, 14 Mar 2012 16:21:45 +0100
parents 0be9d53a6967
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"));
	}

}