Skip to content

Commit 0bc98f2

Browse files
committed
Rename.
1 parent e374b3c commit 0bc98f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/TransformationAction.java renamed to edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Transformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package edu.cuny.hunter.hybridize.core.analysis;
22

3-
public enum TransformationAction {
3+
public enum Transformation {
44
CONVERT_TO_EAGER, CONVERT_TO_HYBRID, RECONFIGURE
55
}

0 commit comments

Comments
 (0)