Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Move schema definitions to their classes. #150

Merged
merged 1 commit into from
Sep 14, 2015

Conversation

wallner
Copy link
Member

@wallner wallner commented Sep 10, 2015

This pull request moves the schema constants to the classes they belong to.
This also helps us to get rid of the Constants interface. Fixes #149

/**
* Some needed Constants
*/
public interface Constants {
Copy link
Member

Choose a reason for hiding this comment

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

We should not delete this interface. Please add @Deprecated with a message that this interface will be removed in a future release and the constants moved to the specific classes.

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree. I did that. Thanks for spotting.

This commit moves the schema constants to the classes they belong to.
This also helps us to get rid of the Constants interface.
@dacrome
Copy link
Member

dacrome commented Sep 14, 2015

Thanks!

dacrome added a commit that referenced this pull request Sep 14, 2015
Move schema definitions to their classes.
@dacrome dacrome merged commit 030fc83 into osiam:master Sep 14, 2015
@tkrille tkrille modified the milestone: v1.6 Dec 12, 2015
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants