Skip to content

Commit bc66464

Browse files
committed
Fix javadoc
1 parent 45cf85b commit bc66464

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/com/assertthat/selenium_shutterbug/core

1 file changed

+2
-1
lines changed

src/main/java/com/assertthat/selenium_shutterbug/core/Snapshot.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public void save() {
140140
/**
141141
* Final method to be called in the chain.
142142
* Actually saves processed image to the specified path.
143+
* @param path to save image to
143144
*/
144145
public void save(String path) {
145146
this.location = Paths.get(path);
@@ -197,7 +198,7 @@ public boolean equals(BufferedImage image, double deviation) {
197198
}
198199

199200
/**
200-
* @return
201+
* @return image hash code
201202
*/
202203
@Override
203204
public int hashCode() {

0 commit comments

Comments
 (0)