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 Sep 12, 2022
1 parent 732deec commit 2b2810b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
= Changelog

== v2022.9.0 (unreleased)
== v2022.11.0 (unreleased)

=== Breaking changes

- https://github.com/eclipse-sirius/sirius-components/issues/1300[#1300] [core] Rename SiriusWebJSONResourceFactoryImpl to JSONResourceFactoryImpl

== v2022.9.0

=== Architectural decision records

Expand Down
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 2b2810b

Please sign in to comment.