Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed intentation
  • Loading branch information
jlsalmon committed Jun 9, 2016
commit 8c99190b67744384b0a7fe7196d3b80e8599b709
2 changes: 1 addition & 1 deletion src/main/java/de/danielbechler/diff/access/Instances.java
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ else if (sourceAccessorType != null)
}

logger.info("Detected instances of different types " + types + ". " +
"Instances should normally either be null or have the exact same type.");
"Instances should normally either be null or have the exact same type.");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far so good. Maybe replace "Instances should normally either be null or have the exact same type" with something along the lines of "These objects will only be compared via equals method".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

return Object.class;
}

Expand Down