-
Notifications
You must be signed in to change notification settings - Fork 25
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
make split methode workable with Pattern class #25
Conversation
@@ -1,12 +1,12 @@ | |||
/** | |||
* Copyright 2014 Netflix, Inc. | |||
* | |||
* <p/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't change the license comment.
hope thats it... can you look on that? |
@@ -355,24 +355,49 @@ public String call(Object obj) { | |||
}); | |||
} | |||
|
|||
/** | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation missing here. Could you also squash the commits into just a single one?
Almost good. Could you squash the commits? |
Hi ...
this is a simple change to make split workable with precompiled 'Regex' Patterns.
Thanks,
Arek