File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
structurizr-core/src/com/structurizr/view Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33## 1.20.1 (unreleased)
44
55- ` ViewSet.getViews() ` now includes all views.
6+ - ` ViewSet.getViewWithKey() ` is now public.
7+
68## 1.20.0 (16th February 2023)
79
810- __ Breaking change__ : Renamed ` com.structurizr.view.View ` to ` com.structurizr.view.ModelView ` .
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ private void assertThatTheViewIsNotNull(View view) {
342342 * @param key the key
343343 * @return a View object, or null if a view with the specified key could not be found
344344 */
345- View getViewWithKey (String key ) {
345+ public View getViewWithKey (String key ) {
346346 if (key == null ) {
347347 throw new IllegalArgumentException ("A key must be specified." );
348348 }
You can’t perform that action at this time.
0 commit comments