Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 1014f04

Browse files
committed
removed unused method
1 parent e1cc8a6 commit 1014f04

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • core/runtime/src/main/java/org/apache/polygene/runtime/structure

core/runtime/src/main/java/org/apache/polygene/runtime/structure/ModuleModel.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -300,19 +300,6 @@ public Stream<? extends TransientDescriptor> findVisibleTransientTypes()
300300
);
301301
}
302302

303-
public Stream<? extends ModelDescriptor> findVisibleServiceTypes()
304-
{
305-
return concat( visibleServices( module ),
306-
concat(
307-
layer().visibleServices( layer ),
308-
concat(
309-
layer().visibleServices( application ),
310-
layer().usedLayers().layers().flatMap( layer1 -> layer1.visibleServices( application ) )
311-
)
312-
)
313-
);
314-
}
315-
316303
@Override
317304
public Stream<? extends ObjectDescriptor> findVisibleObjectTypes()
318305
{

0 commit comments

Comments
 (0)