Skip to content

Commit

Permalink
Whitespace stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Gyúróczki Gergő <gergonoorbi@gmail.com>
  • Loading branch information
Degubi committed Oct 27, 2019
1 parent 25d4a0e commit ba69d50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Contributors:
* Roman Grigoriadi
******************************************************************************/

package org.eclipse.yasson.internal;

import java.lang.reflect.ParameterizedType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* (Constructors of parsed types are stored in {@link org.eclipse.yasson.internal.model.ClassModel}).
*/
public class InstanceCreator {

private static final InstanceCreator INSTANCE = new InstanceCreator();

static InstanceCreator getSingleton() {
Expand Down

0 comments on commit ba69d50

Please sign in to comment.