Skip to content

Commit

Permalink
[1300] Rename SiriusWebJSONResourceFactoryImpl to
Browse files Browse the repository at this point in the history
JSONResourceFactoryImpl

Bug: #1300
Signed-off-by: Laurent Fasani <laurent.fasani@obeo.fr>
  • Loading branch information
lfasani committed Jul 21, 2022
1 parent a871ddc commit 8c198a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2019, 2020 Obeo.
* Copyright (c) 2019, 2022 Obeo.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
Expand All @@ -21,12 +21,12 @@
import org.eclipse.sirius.emfjson.resource.JsonResourceImpl;

/**
* Special factory for {@link JsonResource} for Sirius Web.</br>
* Special factory for {@link JsonResource}.</br>
* This factory ensures that objects in that resource are identified by their uuid.
*
* @author lfasani
*/
public class SiriusWebJSONResourceFactoryImpl extends ResourceFactoryImpl {
public class JSONResourceFactoryImpl extends ResourceFactoryImpl {

@Override
public JsonResource createResource(URI uri) {
Expand Down

0 comments on commit 8c198a3

Please sign in to comment.