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

Not compiling :( #9

Open
Arpafaucon opened this issue Nov 7, 2017 · 1 comment
Open

Not compiling :( #9

Arpafaucon opened this issue Nov 7, 2017 · 1 comment
Assignees
Labels

Comments

@Arpafaucon
Copy link
Owner

I am not able to compile given code

Pattern helloPattern = Pattern.compile("(h|H)(e|E)(l|L){2}(o|O)");
Matcher helloMatcher = helloPattern.matcher(messageCut[0]);

messageCut isn't known.

files listed in my project :

HelloHandler
HelloMessage
muxDemuxSimple
PeerTable
SimpleMessageHandler
@Arpafaucon
Copy link
Owner Author

@ericbld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants