disable hashed file function for now

This commit is contained in:
Jonathan Shook
2021-01-21 15:26:21 -06:00
parent 83a40b015f
commit fc42ff4736
2 changed files with 5 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ public class VirtDataConversions {
* Adapt a functional object into a different type of functional object.
*
* @param func The original function object.
* @param functionType The type of the function you need
* @param <F> The generic type of function being converted from
* @param <T> The generic type of function being converted to
* @param resultSignature The signature of all output types, linearized for use after type-erasure.