fix property for java import

This commit is contained in:
Louis Abel 2024-07-17 02:21:50 -07:00
parent dddaf5ff0f
commit 33ff668e09
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -1383,7 +1383,7 @@ class JavaPortableImport(Import):
"""
Returns the branch
"""
return self.__java_name
return self.__branch
@property
def java_git_url(self):