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

Dmitry konturov container #34

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dmitryKonturov
Copy link

No description provided.

Conflicts:
	src/main/java/arhangel/dim/container/BeanXmlReader.java
	src/main/java/arhangel/dim/container/Container.java
	src/main/java/arhangel/dim/container/InvalidConfigurationException.java
}

/**
* Получить список вершин, с которыми связана vertex
*/
public List<BeanVertex> getLinked(BeanVertex vertex) {
return null;
return new ArrayList<>(vertices.get(vertex));
Copy link
Owner

Choose a reason for hiding this comment

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

get() уже вернет List

@arhangeldim
Copy link
Owner

Посмотрел, Вы предусмотрели много доп случаев (установка по типам полей, проверки на null) - это очень хорошо! 18/18

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