aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Allow multiple InfrastructureProxy instances to be wrapped #312

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r5433

Theoretically a possibility that InfrastructureProxy will wrap an instance
which is also an InfrastructureProxy.

In this case, it should call the wrapped object's getTarget() method,
rather than simply returning the wrapped object.

Original issue reported on code.google.com by philzoio...@googlemail.com on 29 Mar 2010 at 9:00

GoogleCodeExporter commented 9 years ago
Fixed with r5434

Original comment by philzoio...@googlemail.com on 29 Mar 2010 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 23 Apr 2010 at 4:06