annotate src/de/mpiwg/itgroup/annotationManager/Errors/TripleStoreSearchError.java @ 19:a681113fd0eb

PUT returns 303 according to spec now. seems not to work with the client :-(
author casties
date Fri, 23 Mar 2012 14:27:15 +0100
parents 77530be3c747
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dwinter
parents:
diff changeset
1 package de.mpiwg.itgroup.annotationManager.Errors;
dwinter
parents:
diff changeset
2
dwinter
parents:
diff changeset
3 public class TripleStoreSearchError extends Error {
dwinter
parents:
diff changeset
4
dwinter
parents:
diff changeset
5 /**
dwinter
parents:
diff changeset
6 *
dwinter
parents:
diff changeset
7 */
dwinter
parents:
diff changeset
8 private static final long serialVersionUID = -2082690329117989805L;
dwinter
parents:
diff changeset
9
dwinter
parents:
diff changeset
10 }