View | Details | Raw Unified | Return to bug 202822 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/dstore/core/model/DataStore.java (-1 lines)
Lines 1660-1666 Link Here
1660
	{
1660
	{
1661
		if (!isDoSpirit())
1661
		if (!isDoSpirit())
1662
			{
1662
			{
1663
			System.out.println("not doing spirit");
1664
			return;
1663
			return;
1665
			}
1664
			}
1666
		if (from != null)
1665
		if (from != null)

Return to bug 202822