Skip to content

Commit 2bd3103

Browse files
committed
Minor fixes
1 parent dafa298 commit 2bd3103

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

framework/common/src/main/java/edu/kit/kastel/mcse/ardoco/core/api/entity/Entity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import edu.kit.kastel.mcse.ardoco.core.common.IdentifierProvider;
1010

1111
/**
12-
* An entity with a name. Is a model element.
12+
* An entity defines the smallest unit of a trace link.
1313
*/
1414
public abstract sealed class Entity implements Serializable, Comparable<Entity> permits ArchitectureEntity, TextEntity, CodeEntity {
1515

framework/common/src/main/java/edu/kit/kastel/mcse/ardoco/core/api/text/NlpInformant.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
*/
1010
public abstract class NlpInformant extends Informant {
1111

12-
private static final long serialVersionUID = 7456517198218574644L;
13-
1412
protected NlpInformant(String id, DataRepository dataRepository) {
1513
super(id, dataRepository);
1614
}

0 commit comments

Comments
 (0)