Skip to content

Commit edbbf48

Browse files
committed
forgotten markers
1 parent 18305d4 commit edbbf48

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

src/java/org/tensorics/core/util/Instantiators.java

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@ public static <T> OngoingInstantiatorCreation<T> instantiatorFor(Class<T> instan
6767
}
6868

6969
/**
70-
* Part of a fluent API to create Instantiators with one arguments. <<<<<<<
71-
* HEAD
72-
*
73-
* =======
74-
*
75-
* >>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
70+
* Part of a fluent API to create Instantiators with one arguments.
7671
*
7772
* @author kfuchsbe
7873
* @param <T>
@@ -86,11 +81,7 @@ public static final class OngoingInstantiatorCreation<T> {
8681
/**
8782
* Constructor, which takes the class of the objects to instantiate,
8883
* package private because it will be instantiated from within this
89-
* class only. <<<<<<< HEAD
90-
*
91-
* =======
92-
*
93-
* >>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
84+
* class only.
9485
*
9586
* @param instanceClass
9687
* the type of the objects to create
@@ -108,11 +99,7 @@ public OngoingInstantiatorCreation<T> ofType(InstantiatorType newType) {
10899
* Creates the Instantiator for the previously specified object type and
109100
* the given type of arguments for the object constructor. The returned
110101
* Instantiator is reusable and thread safe, because it does not contain
111-
* any state. <<<<<<< HEAD
112-
*
113-
* =======
114-
*
115-
* >>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
102+
* any state.
116103
*
117104
* @param argumentClass
118105
* the type of the argument of the constructor for the object

0 commit comments

Comments
 (0)