view src/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 9:e9fd2e1e0979

consumer key and secret store (property file).
author casties
date Mon, 19 Mar 2012 21:26:20 +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"));
	}

}