Skip to content

Commit 0bbd45d

Browse files
committed
Remove setVcsTag again now that gradle plugin no longer populates it
1 parent 548a1eb commit 0bbd45d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

api/src/org/labkey/api/module/DefaultModule.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -817,12 +817,6 @@ public void setVcsBranch(String vcsBranch)
817817
_vcsBranch = vcsBranch;
818818
}
819819

820-
@SuppressWarnings({"UnusedDeclaration"})
821-
public void setVcsTag(String vcsTag)
822-
{
823-
// Ignored - present in module.xml but not used
824-
}
825-
826820
public final String getBuildUser()
827821
{
828822
return _buildUser;

0 commit comments

Comments
 (0)