Created
September 26, 2021 07:17
-
-
Save alex-ber/8b1f18506c4971872e8f5ded00de82b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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