DelegatingURIConverter shouldn't override certain methods88/111988/1
commit67dbe071b9eda254afc978ee644c4a0f3502a726
authorPhilip Langer <planger@eclipsesource.com>
Tue, 21 Nov 2017 15:26:15 +0000 (21 16:26 +0100)
committerPhilip Langer <planger@eclipsesource.com>
Tue, 21 Nov 2017 15:26:22 +0000 (21 16:26 +0100)
tree52a86e9d5db79e86ac38f942745ae298a03f8d58
parent1d50199069c486f45e47b70f4e4e907b1ccfb42c
DelegatingURIConverter shouldn't override certain methods

The two single argument createInputStream and createOutputStream methods
already properly delegate to the corresponding two argument method, so
the DelegatingURIConverter should not override to directly delegate to
the delegate because that will result in bypassing the overrides of the
two argument method when the one argument method is called.

Change-Id: Iec66fc2d77a03a1b16faee078038e06fa33aebd1
Signed-off-by: Philip Langer <planger@eclipsesource.com>
plugins/org.eclipse.emf.compare/src/org/eclipse/emf/compare/utils/DelegatingURIConverter.java