Projects >> spring-ide >>7a6cf003a57c1f535c7192370692ab7070915268

Chunk
Conflicting content
		this.setEnabled(selecteds.size()==1);
	}

<<<<<<< HEAD
	public void updateVisibility() {
		this.setVisible(getSelectedElements().size() > 0);
	}

=======
>>>>>>> 1c1bc285850df8e568c7ffea468c885d9df6610f
	public Collection getSelectedElements() {
		return selection.getValue();
	}
Solution content
		this.setEnabled(selecteds.size()==1);
	}

	public void updateVisibility() {
		this.setVisible(getSelectedElements().size() > 0);
	}

	public Collection getSelectedElements() {
		return selection.getValue();
	}
File
AbstractBootDashElementsAction.java
Developer's decision
Version 1
Kind of conflict
Method declaration