Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gora-core/src/main/java/org/apache/gora/util/IOUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static Object readObject(DataInput in)
return obj;
}
}
throw new IOException("cannot write to DataOutput of instance:"
throw new IOException("cannot read from DataInput of instance:"
+ in.getClass());
}

Expand Down