Add TODO comment

This commit is contained in:
Naoki Takezoe
2016-05-25 19:12:46 +09:00
parent da50d317e7
commit 2e3de336cb

View File

@@ -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}"
}