view src/org/qmul/eecs/c4dm/sia/model/ToDatapoint.java @ 47:00ab451e2692

corrected typo in String message for ClassCastException
author stevenh
date Tue, 02 Apr 2013 22:49:35 +0100
parents 2681a72cc8c9
children bc2abbaaa23f
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.model;

import org.qmul.eecs.c4dm.sia.rdf.Namespaces;

public class ToDatapoint {
		
	public static final String PROPERTY_URI    = Namespaces.SIA_NS_URI + "toDatapoint";
	
}