mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	registry/core/service: remove incorrect comments
These interface methods are not only used for testing. Remove the incorrect comments.
This commit is contained in:
		@@ -23,11 +23,7 @@ type Interface interface {
 | 
				
			|||||||
	AllocateNext() (int, bool, error)
 | 
						AllocateNext() (int, bool, error)
 | 
				
			||||||
	Release(int) error
 | 
						Release(int) error
 | 
				
			||||||
	ForEach(func(int))
 | 
						ForEach(func(int))
 | 
				
			||||||
 | 
					 | 
				
			||||||
	// For testing
 | 
					 | 
				
			||||||
	Has(int) bool
 | 
						Has(int) bool
 | 
				
			||||||
 | 
					 | 
				
			||||||
	// For testing
 | 
					 | 
				
			||||||
	Free() int
 | 
						Free() int
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Destroy shuts down all internal structures.
 | 
						// Destroy shuts down all internal structures.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user