Skip to content

Commit

Permalink
Remove erroneous JavaDoc comments
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <[email protected]>
  • Loading branch information
cmgrote committed Feb 20, 2025
1 parent ab58370 commit 86d9efc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions sdk/src/main/java/com/atlan/model/assets/Asset.java
Original file line number Diff line number Diff line change
Expand Up @@ -1956,10 +1956,6 @@ public B appendAssignedTerm(GlossaryTerm term) {
/**
* Append the specified tags to the asset idempotently, avoiding replacing any existing tags.
* @param atlanTagNames human-readable names of the tags to append
* @param propagate whether to propagate the Atlan tag (true) or not (false)
* @param removePropagationsOnDelete whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
* @param restrictLineagePropagation whether to avoid propagating through lineage (true) or do propagate through lineage (false)
* @param restrictHierarchyPropagation whether to avoid propagating through the hierarchy (true) or do propagate through the hierarchy (false)
* @return the builder with the tags appended
*/
public B appendAtlanTags(List<String> atlanTagNames) {
Expand Down Expand Up @@ -1996,10 +1992,6 @@ public B appendAtlanTags(
/**
* Append the specified tag to the asset idempotently, avoiding replacing any existing tag.
* @param tagName human-readable name of the tag to append
* @param propagate whether to propagate the Atlan tag (true) or not (false)
* @param removePropagationsOnDelete whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
* @param restrictLineagePropagation whether to avoid propagating through lineage (true) or do propagate through lineage (false)
* @param restrictHierarchyPropagation whether to avoid propagating through the hierarchy (true) or do propagate through the hierarchy (false)
* @return the builder with the tag appended
*/
public B appendAtlanTag(String tagName) {
Expand Down
8 changes: 0 additions & 8 deletions sdk/src/main/resources/templates/Asset.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -1138,10 +1138,6 @@
/**
* Append the specified tags to the asset idempotently, avoiding replacing any existing tags.
* @param atlanTagNames human-readable names of the tags to append
* @param propagate whether to propagate the Atlan tag (true) or not (false)
* @param removePropagationsOnDelete whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
* @param restrictLineagePropagation whether to avoid propagating through lineage (true) or do propagate through lineage (false)
* @param restrictHierarchyPropagation whether to avoid propagating through the hierarchy (true) or do propagate through the hierarchy (false)
* @return the builder with the tags appended
*/
public B appendAtlanTags(List<String> atlanTagNames) {
Expand Down Expand Up @@ -1178,10 +1174,6 @@
/**
* Append the specified tag to the asset idempotently, avoiding replacing any existing tag.
* @param tagName human-readable name of the tag to append
* @param propagate whether to propagate the Atlan tag (true) or not (false)
* @param removePropagationsOnDelete whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
* @param restrictLineagePropagation whether to avoid propagating through lineage (true) or do propagate through lineage (false)
* @param restrictHierarchyPropagation whether to avoid propagating through the hierarchy (true) or do propagate through the hierarchy (false)
* @return the builder with the tag appended
*/
public B appendAtlanTag(String tagName) {
Expand Down

0 comments on commit 86d9efc

Please sign in to comment.