Skip to content
Snippets Groups Projects
Commit 62eff968 authored by Adam Welc's avatar Adam Welc
Browse files

Fixed a checkstyle problem.

parent a593663d
Branches
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ public abstract class Transpose extends RBuiltinNode {
return r;
}
private final void setDimNames(RVector newVector, RAbstractVector oldVector) {
private void setDimNames(RVector newVector, RAbstractVector oldVector) {
RList dimNames = oldVector.getDimNames(attrProfiles);
if (dimNames != null) {
hasDimNamesProfile.enter();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment