Mercurial > hg > AnnotationManager
view src/main/java/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 34:bd414fe235b5 default tip
now with 100% better sparql.
author | casties |
---|---|
date | Thu, 31 May 2012 21:32:30 +0200 |
parents | a3e324009990 |
children |
line wrap: on
line source
package de.mpiwg.itgroup.annotationManager.tests; import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler; import de.mpiwg.itgroup.annotationManager.drupal.UnknowUserException; public class DrupalTest { /** * @param args * @throws UnknowUserException */ public static void main(String[] args) throws UnknowUserException { // TODO Auto-generated method stub AnnotationHandler ah = new AnnotationHandler(null); System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7")); } }