Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created September 26, 2021 07:17
Show Gist options
  • Save alex-ber/8b1f18506c4971872e8f5ded00de82b6 to your computer and use it in GitHub Desktop.
Save alex-ber/8b1f18506c4971872e8f5ded00de82b6 to your computer and use it in GitHub Desktop.
package com.mkyong.domain;
public interface DomainRepositoryCustomAnyName {
int updateDomainDisplayFlagOnly(String domain, boolean flag);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment