Skip to content

Commit

Permalink
replace tabs by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
leozulfiu committed Mar 12, 2016
1 parent 3bbec8a commit d913188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/angryelectron/thingspeak/Entry.java
Expand Up @@ -232,7 +232,7 @@ public void setTweet(String tweet) {

/**
* Set the created date of an entry. If not explicitly set, the channel update time is used.
* Useful when entries are not created and updated at the same time (offline mode, queuing to avoid rate-limiting, etc.)
* Useful when entries are not created and updated at the same time (offline mode, queuing to avoid rate-limiting, etc.)
* @param created date which will be send to thingspeak
*/
public void setCreated(Date created) {
Expand Down

0 comments on commit d913188

Please sign in to comment.