Skip to content

Commit db917ae

Browse files
committed
Add javadoc
1 parent a3db04a commit db917ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/main/java/com/apptasticsoftware/rssreader/Enclosure.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public String getUrl() {
4444

4545
/**
4646
* Set the URL of the enclosure.
47-
* @param url
47+
* @param url URL
4848
*/
4949
public void setUrl(String url) {
5050
this.url = url;
@@ -60,7 +60,7 @@ public String getType() {
6060

6161
/**
6262
* Set the type of the enclosure.
63-
* @param type
63+
* @param type type
6464
*/
6565
public void setType(String type) {
6666
this.type = type;
@@ -76,7 +76,7 @@ public Optional<Long> getLength() {
7676

7777
/**
7878
* Set the length of the enclosure.
79-
* @param length
79+
* @param length length
8080
*/
8181
public void setLength(Long length) {
8282
this.length = length;

0 commit comments

Comments
 (0)