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

ignorePlurals: accept a list of ISO codes #96

Merged
merged 1 commit into from
Nov 9, 2016
Merged

Conversation

LeoErcolanelli
Copy link
Contributor

@ElPicador Is this what you were expecting? I used a class with inner classes to avoid creating multiple .java files, but that may be clearer than this.

@@ -0,0 +1,6 @@
package com.algolia.search.objects;

public class Get {
Copy link
Contributor

Choose a reason for hiding this comment

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

I would rename it IgnorePlurals

package com.algolia.search.objects;

public class Get {
public static class Boolean {}
Copy link
Contributor

Choose a reason for hiding this comment

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

I would more something like

interface IgnorePlurals {}

class IgnorePluralsList extends IgnorePlurals {}
class IgnorePluralsBoolean extends IgnorePlurals {} 

But with better names

@coveralls
Copy link

Coverage Status

Coverage increased (+1.1%) to 29.519% when pulling 3a92ce8 on ignorePlurals-langs into 95d0165 on master.

@ElPicador ElPicador merged commit 167cfc8 into master Nov 9, 2016
@ElPicador ElPicador deleted the ignorePlurals-langs branch November 9, 2016 05:43
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.

None yet

3 participants