Skip to content

Commit

Permalink
getBarcode() method is still useful now - better not to deprecate it …
Browse files Browse the repository at this point in the history
…& keep it updated instead

#14
  • Loading branch information
stepio committed Jan 13, 2016
1 parent a6fde37 commit 40c9e3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jpasskit/src/main/java/de/brendamour/jpasskit/PKPass.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ public void setLocations(final List<PKLocation> locations) {
this.locations = locations;
}

@Deprecated
public PKBarcode getBarcode() {
List<PKBarcode> barcodes = getBarcodes();
if (CollectionUtils.isNotEmpty(barcodes)) {
Expand Down

0 comments on commit 40c9e3d

Please sign in to comment.