Skip to content

Commit

Permalink
Yanyang/change get column accessor (#437)
Browse files Browse the repository at this point in the history
* change getColumnName accessor to public

* change getColumnName accessor to public

---------

Co-authored-by: Yang Yang <yanyang@yanyang-mn3105.linkedin.biz>
  • Loading branch information
yangyangv2 and Yang Yang authored Sep 29, 2024
1 parent 56c19cb commit f71a224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static String processPath(@Nonnull String path, char delimiter) {
* @return aspect column name
*/
@Nonnull
private static String getColumnName(@Nonnull final String assetType,
public static String getColumnName(@Nonnull final String assetType,
@Nonnull final String aspectCanonicalName) {

Class<? extends RecordTemplate> assetClass = GlobalAssetRegistry.get(assetType);
Expand Down

0 comments on commit f71a224

Please sign in to comment.