Add TODO comment

This commit is contained in:
Naoki Takezoe
2016-05-25 19:15:31 +09:00
parent 2e3de336cb
commit 90170f0fcc

View File

@@ -1,6 +1,6 @@
package gitbucket.core.util
// TODO Should this class is moved to gitbucket.core.api package?
// TODO Move to gitbucket.core.api package?
case class RepositoryName(owner:String, name:String){
val fullName = s"${owner}/${name}"
}