-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename chrono.Chrono to global.chrono
- Loading branch information
1 parent
34ee30e
commit 09e6f5f
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...a/org/bytedeco/javacpp/chrono/Chrono.java → ...a/org/bytedeco/javacpp/global/chrono.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package org.bytedeco.javacpp.chrono; | ||
package org.bytedeco.javacpp.global; | ||
|
||
import org.bytedeco.javacpp.annotation.Properties; | ||
|
||
@Properties(inherit = org.bytedeco.javacpp.presets.chrono.class) | ||
public class Chrono { | ||
public class chrono { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters