Skip to content

Commit

Permalink
Make package private class final
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 5, 2023
1 parent 178a2fa commit a993fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* @param <V> the vertex type
* @param <W> the weight type
*/
class FlowNetworkHandler<V, E, W>
final class FlowNetworkHandler<V, E, W>
extends BaseGraphVisitHandler<V, E, DirectedGraph<V, E>, W>
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @param <G> the input Graph type
* @param <WC> the weight operations
*/
class SuperVertex<V, W, WE>
final class SuperVertex<V, W, WE>
implements Iterable<V>
{

Expand Down

0 comments on commit a993fa1

Please sign in to comment.