mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-06 23:52:18 +01:00
Add TODO comment
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package gitbucket.core.util
|
||||
|
||||
// TODO Should this class is moved to gitbucket.core.api package?
|
||||
case class RepositoryName(owner:String, name:String){
|
||||
val fullName = s"${owner}/${name}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user