Skip to content

Commit

Permalink
Update compiler/ballerina-lang/src/main/java/io/ballerina/projects/in…
Browse files Browse the repository at this point in the history
…ternal/ManifestBuilder.java

Co-authored-by: Gayal Dassanayake <[email protected]>
  • Loading branch information
azinneera and gayaldassanayake authored Nov 20, 2024
1 parent cada1b3 commit 71633ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ private PackageManifest parseAsPackageManifest() {
}
String name = moduleEntry.name();
if (!exported.contains(name)) {
exported.add(name);
exported.add(name);
}
}
}
Expand Down

0 comments on commit 71633ea

Please sign in to comment.