Skip to content
Snippets Groups Projects
Commit 22e1cae5 authored by Mamadu-lamarana Bah's avatar Mamadu-lamarana Bah :speech_balloon:
Browse files

le projet suit des règles de formatage defini avec spotless, formatage...

le projet suit des règles de formatage defini avec spotless, formatage automatique des fichiers ne respectant pas le formatage
parent 76045a1a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@
* limitations under the License.
*/
package com.google.gson.internal;
import com.google.gson.InstanceCreator;
......@@ -164,7 +163,6 @@ public final class ConstructorConstructor {
return null;
}
/**
* Creates constructors for special JDK collection types which do not have a public no-args
* constructor.
......@@ -449,5 +447,4 @@ public final class ConstructorConstructor {
public String toString() {
return instanceCreators.toString();
}
}
/*
* Copyright (C) 2021 Google Inc.
*
......
......@@ -61,6 +61,4 @@ public class BagOfPrimitivesDeserializationBenchmark {
UtilDeserialisationJson.deserialiserObjet(jr, BagOfPrimitives.class);
}
}
}
......@@ -105,6 +105,4 @@ public class CollectionsDeserializationBenchmark {
UtilDeserialisationJson.deserialiserListe(json, BagOfPrimitives.class);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment