Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-3071 Make the DefaultTwoWayKey2StringMapper support byte[] #1801

Conversation

tristantarrant
Copy link
Member

@@ -70,6 +71,8 @@ public String getStringMapping(Object key) {
identifier = BOOLEAN_IDENTIFIER;
} else if (key.getClass().equals(ByteArrayKey.class)) {
Copy link
Member

Choose a reason for hiding this comment

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

Do we still need this? Even if we do, byte[] check should probably be before it, since it's more likely to happen :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, I left it there until ByteArrayKey leaves us forever.

Copy link
Member

Choose a reason for hiding this comment

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

Ok, let's leave it like that.

@galderz galderz closed this May 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants