• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • protocols
  • restconf
  • server
  • utils
  • BUCK
  • chengfan's avatar
    [ONOS-5012] implement RESTconf server · c58d4be8 ...
    c58d4be8
     - fix javadoc longer than 80 char limit
     - fix javadoc that missing @params
     - chain calls to StringBuilder.append()
     - combine constant strings in place
    
    Change-Id: Ie2ef4fd4c19e955ad2d5a5584f5017a842abb790
    chengfan authored 2016-09-30 01:25:34 +0000
BUCK 126 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
COMPILE_DEPS = [
 '//lib:CORE_DEPS',
 '//apps/yms/api:onos-apps-yms-api',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)