You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/10/04 06:31:19 UTC

[plc4x-build-tools] branch feature/mspec-ng updated: Finished updating the mspecs and the build

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/mspec-ng
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/feature/mspec-ng by this push:
     new 713526d  Finished updating the mspecs and the build
713526d is described below

commit 713526dbdc10dc13721f5f3a650360d864d3d446
Author: cdutz <ch...@c-ware.de>
AuthorDate: Mon Oct 4 08:31:13 2021 +0200

    Finished updating the mspecs and the build
---
 .../plugins/codegenerator/types/definitions/TypeDefinition.java      | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/definitions/TypeDefinition.java b/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/definitions/TypeDefinition.java
index 619aef3..f802f6b 100644
--- a/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/definitions/TypeDefinition.java
+++ b/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/definitions/TypeDefinition.java
@@ -38,7 +38,10 @@ public interface TypeDefinition extends TypeDefinitionConversions {
     // TODO: check if this can be moved down.
     TypeDefinition getParentType();
 
-    // TODO: shoudln't a TypeDefinition have a list of n type references?
+    /**
+     * Get a TypeReference used for identifying the current type.
+     * @return
+     */
     TypeReference getTypeReference();