Skip to content

Commit

Permalink
Added missing file end new line
Browse files Browse the repository at this point in the history
Signed-off-by: Iliescu Cristian-Mihai <[email protected]>
  • Loading branch information
MihaiIliescu committed Jun 7, 2023
1 parent 505c50e commit 1c6e0a8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Definitions of the different types of events that the Asset Lineage OMAS can publish.
*/
package org.odpi.openmetadata.accessservices.assetlineage.event;
package org.odpi.openmetadata.accessservices.assetlineage.event;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Exceptions for reporting errors found when using the Asset Lineage OMAS services.
*/
package org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception;
package org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* This package holds the classes needed to create and represent the lineage graph.
*/
package org.odpi.openmetadata.accessservices.assetlineage.model;
package org.odpi.openmetadata.accessservices.assetlineage.model;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* The Asset Lineage OMAS provides services to query the lineage of business terms and data assets.
*/
package org.odpi.openmetadata.accessservices.assetlineage;
package org.odpi.openmetadata.accessservices.assetlineage;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Provides the implementation of the admin classes that are called during server start up and shut down.
*/
package org.odpi.openmetadata.accessservices.assetlineage.admin;
package org.odpi.openmetadata.accessservices.assetlineage.admin;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* The auditlog package provides the definition of any messages that are used for auditing the operation of the Asset Lineage.
*/
package org.odpi.openmetadata.accessservices.assetlineage.auditlog;
package org.odpi.openmetadata.accessservices.assetlineage.auditlog;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Provides the converters that take beans from the repository services (eg entities and relationships) and converts them into Asset Lineage OMAS beans to return to the caller.
*/
package org.odpi.openmetadata.accessservices.assetlineage.converters;
package org.odpi.openmetadata.accessservices.assetlineage.converters;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* These handlers drive the interaction with the metadata repositories.
*/
package org.odpi.openmetadata.accessservices.assetlineage.handlers;
package org.odpi.openmetadata.accessservices.assetlineage.handlers;
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* Supports the processing of events from the repository services that notify this module of changes to the metadata
* in the repository services.
*/
package org.odpi.openmetadata.accessservices.assetlineage.listeners;
package org.odpi.openmetadata.accessservices.assetlineage.listeners;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Produces events on the Asset Lineage OMAS's out topic.
*/
package org.odpi.openmetadata.accessservices.assetlineage.outtopic;
package org.odpi.openmetadata.accessservices.assetlineage.outtopic;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Provides the server side support for the REST API.
*/
package org.odpi.openmetadata.accessservices.assetlineage.server;
package org.odpi.openmetadata.accessservices.assetlineage.server;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Utility classes for writing out Asset Lineage
*/
package org.odpi.openmetadata.accessservices.assetlineage.util;
package org.odpi.openmetadata.accessservices.assetlineage.util;
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* It includes the AssetLineageResource class, which defines the RESTful endpoints for querying and publishing asset lineage information.
* The endpoints allow users to scan the cohort, find and publish entities, and retrieve connection information for the Asset Lineage OMAS's out topic.
*/
package org.odpi.openmetadata.accessservices.assetlineage.server.spring;
package org.odpi.openmetadata.accessservices.assetlineage.server.spring;
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
*
* Together, these classes enable the receipt and handling of events on the Asset Lineage OMAS OutTopic.
*/
package org.odpi.openmetadata.accessservices.assetlineage.outtopic.connector;
package org.odpi.openmetadata.accessservices.assetlineage.outtopic.connector;

0 comments on commit 1c6e0a8

Please sign in to comment.