Skip to content

Conversation

@sappharx
Copy link

No description provided.

// Functional Java with product and option types.
public Option albuquerqueToLA(TreeMap, Integer>() map) {
public Option albuquerqueToLA(TreeMap<String, Integer>() map) {
return m.get(p("Albuquerque", "Los Angeles"));
Copy link
Author

Choose a reason for hiding this comment

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

should m.get be map.get?

@gliptak
Copy link
Contributor

gliptak commented Oct 25, 2017

@sappharx Thank you. For the first typo the update needs to happen at https://github.com/functionaljava/functionaljava.github.io/blob/gradle/src/jbake/content/features.adoc (note branch ...) then the pages generated using the process described in https://github.com/functionaljava/functionaljava.github.io/blob/master/README.adoc

@sappharx
Copy link
Author

Thanks for the heads up; I'll fix that when I've got a little more time this evening

@sappharx sappharx closed this Nov 6, 2017
@gliptak
Copy link
Contributor

gliptak commented Nov 7, 2017

Updated with #7

Thanks for pointing this out @sappharx

@sappharx
Copy link
Author

sappharx commented Nov 7, 2017

Sorry for not finishing this off earlier, but the ./gradlew publish kinda scared me off a bit; plus it looks like I didn't quite get it right, either

@gliptak
Copy link
Contributor

gliptak commented Nov 7, 2017

@sappharx I think only only project members are able to publish, but you can submit PRs to update the adoc files on the gradle branch.

@sappharx
Copy link
Author

sappharx commented Nov 7, 2017

ok, I just remembered that I couldn't get the jBakeServe command to actually serve anything, either

@gliptak
Copy link
Contributor

gliptak commented Nov 7, 2017

You have jbake to (re)generate content, and run jbakeServer to serve content to your browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants