Skip to content

Commit 2177a61

Browse files
committed
shouldn't be private for auto wiring
1 parent c25b961 commit 2177a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/services/jsonblob/JsonBlobResourceService.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class JsonBlobResourceService implements InitializingBean {
1313

1414
def apiDemoObjectId //HACK
1515

16-
private GMongo mongo
16+
GMongo mongo
1717

1818
def blobCollection
1919

0 commit comments

Comments
 (0)