Skip to content

Commit 7c77f37

Browse files
committed
refactor the location of the javafx node implementing thumbwheel
1 parent 7f58afe commit 7c77f37

File tree

1 file changed

+1
-1
lines changed
  • app/display/thumbwheel/src/main/java/org/csstudio/display/widget

1 file changed

+1
-1
lines changed

app/display/thumbwheel/src/main/java/org/csstudio/display/widget/thumbwheel/ThumbWheel.java renamed to app/display/thumbwheel/src/main/java/org/csstudio/display/widget/ThumbWheel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package org.csstudio.display.widget.thumbwheel;
17+
package org.csstudio.display.widget;
1818

1919

2020
import javafx.beans.property.BooleanProperty;

0 commit comments

Comments
 (0)