Removed .settings folder from svn
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@157687 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3a658c5695
commit
d7731934f5
|
@ -1,6 +0,0 @@
|
|||
eclipse.preferences.version=1
|
||||
encoding//src/main/java=UTF-8
|
||||
encoding//src/main/resources=UTF-8
|
||||
encoding//src/test/java=UTF-8
|
||||
encoding//src/test/resources=UTF-8
|
||||
encoding/<project>=UTF-8
|
|
@ -1,5 +0,0 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
|
@ -1,4 +0,0 @@
|
|||
activeProfiles=
|
||||
eclipse.preferences.version=1
|
||||
resolveWorkspaceProjects=true
|
||||
version=1
|
|
@ -68,7 +68,7 @@ public class Aggregator {
|
|||
/**
|
||||
* Generate a key for map-reduce
|
||||
* @param key
|
||||
* @return
|
||||
* @return JsonArray containing the map reduce key
|
||||
*/
|
||||
protected JsonArray generateKey(String key){
|
||||
JsonArray arrayKey = JsonArray.create();
|
||||
|
|
|
@ -15,7 +15,7 @@ public class AggregatorPersitenceConfiguration extends AccountingPersistenceConf
|
|||
}
|
||||
|
||||
/**
|
||||
* @param class
|
||||
* @param persistence
|
||||
* The class of the persistence to instantiate
|
||||
* @throws Exception
|
||||
* if fails
|
||||
|
|
Loading…
Reference in New Issue