Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Dec 3, 2024
1 parent dafa298 commit 2bd3103
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import edu.kit.kastel.mcse.ardoco.core.common.IdentifierProvider;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
*/
public abstract class NlpInformant extends Informant {

private static final long serialVersionUID = 7456517198218574644L;

protected NlpInformant(String id, DataRepository dataRepository) {
super(id, dataRepository);
}
Expand Down

0 comments on commit 2bd3103

Please sign in to comment.