@@ -26,7 +26,6 @@ import java.util.*;
* podwójnie linkowana lista. 4x większy rozmiar to ma, niż zwykła tablica
* </p>
*
- * @todo (assira) migration: potrzebujemy stosu i tyle
* @param <T>
* @author ranides
*/
@@ -32,7 +32,6 @@ public final class MethodUtils {
* Reflection API, obsługuje również typy generyczne, wykrywając generic parameters.
* @param method
* @return
- * @todo (migration) assira (reflection) MethodUtils#typeof
public static GenericClass typeof(Method method) {
return MethodInspectorVM.typeof(method);