Author: sshafroi
Date: 2009-02-05 16:32:50 +0100 (Thu, 05 Feb 2009)
New Revision: 7196
Modified:
branches/2.18/data-model-javabean-impl/src/test/java/no/sesat/search/datamodel/DataModelSerializeTest.java
Log:
build
Modified:
branches/2.18/data-model-javabean-impl/src/test/java/no/sesat/search/datamodel/DataModelSerializeTest.java
===================================================================
---
branches/2.18/data-model-javabean-impl/src/test/java/no/sesat/search/datamodel/DataModelSerializeTest.java
2009-02-05 14:07:10 UTC (rev 7195)
+++
branches/2.18/data-model-javabean-impl/src/test/java/no/sesat/search/datamodel/DataModelSerializeTest.java
2009-02-05 15:32:50 UTC (rev 7196)
@@ -1,4 +1,4 @@
-/* Copyright (2007-2008) Schibsted Søk AS
+/* Copyright (2007-2009) Schibsted Søk AS
* This file is part of SESAT.
*
* SESAT is free software: you can redistribute it and/or modify
@@ -462,4 +462,16 @@
public boolean isDirty(Date timestamp) {
throw new UnsupportedOperationException("Not supported yet.");
}
+
+ public String getFullName() {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
+
+ public String getProperty(String key) {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
+
+ public Set<String> getPropertyKeys() {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
}
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits