Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed May 15, 2016
1 parent 4ef166f commit c0a9add
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ public class BarcodeTag extends AbstractStartWriteContentTag{
/** The Constant serialVersionUID. */
private static final long serialVersionUID = 7891625772743297912L;

/**
* 用来标识唯一的barcode,这样同一个页面如果出现不同的barcode不会冲突.
*/
/** 用来标识唯一的barcode,这样同一个页面如果出现不同的barcode不会冲突. */
private String barcodeId;

/** 生成二维码的内容,如果不设置默认是当前请求的url地址. */
Expand Down

0 comments on commit c0a9add

Please sign in to comment.