From f786d46ee172bdf1056dbd99e108dde079a99ba4 Mon Sep 17 00:00:00 2001 From: avb-is-me <104213687+avb-is-me@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:11:54 -0800 Subject: [PATCH] Add new functionality to support the new feature in `BatchedRerouteService`, `OperationRouting`, and `RerouteService` classes * **BatchedRerouteService.java** - Add `newFunctionality` method to support the new feature * **OperationRouting.java** - Add `newFunctionality` method to support the new feature * **RerouteService.java** - Add `newFunctionality` method to support the new feature - Remove `@FunctionalInterface` annotation * **BatchedRerouteServiceTests.java** - Add test for `newFunctionality` method * **OperationRoutingTests.java** - Add test for `newFunctionality` method * **RerouteServiceTests.java** - Add tests for `reroute` and `newFunctionality` methods