OpenSearch/src/main
Simon Willnauer fb9cd5a562 Use abstract classes as super typs for Acknowledge operations
Currently we have a marker interface for Acknowledged[Request|Response],
this makes not much sense since we duplicate the code in each subclass
or class that implements the interface. We can simply use abstract
classes and have it implemented only once.
2013-10-24 14:01:43 +02:00
..
assemblies rework script to handle path with spaces 2013-09-17 15:01:09 +03:00
java Use abstract classes as super typs for Acknowledge operations 2013-10-24 14:01:43 +02:00
resources Added prefix suggestions based on AnalyzingSuggester 2013-08-01 08:44:09 +02:00